[jboss-user] [JBossWS] - Re: WSSecurity Username token

Vincent321 do-not-reply at jboss.com
Mon Oct 15 16:17:52 EDT 2007


Thanks Peter, 

But the conversation and example are related to x509 token :-(

I want the web service to handle such an header :

      <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
  |          <wsu:Timestamp wsu:Id="Timestamp-12134742" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
  |             <wsu:Created>2007-10-14T12:45:34.656Z</wsu:Created>
  |             <wsu:Expires>2007-10-14T12:46:34.656Z</wsu:Expires>
  |          </wsu:Timestamp>
  |          <wsse:UsernameToken wsu:Id="UsernameToken-33259721" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
  |             <wsse:Username>test</wsse:Username>
  |             <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">test</wsse:Password>
  |          </wsse:UsernameToken>
  |       </wsse:Security>

Thanks, 

Vincent

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095395#4095395

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095395



More information about the jboss-user mailing list