2 Replies Latest reply on Nov 7, 2006 9:37 PM by summer.hill

    How do you access UsernameTokens?

    summer.hill

      I want to access UsernameToken's that are provided by a .NET client (WSE2) to my JBossWS web service. I can't find any documentation on where the UsernameToken's actually end up in JBossWS once the SOAP messages bubble up the JBossWS Soap stack.

      Where do you access them from?

      If they are not yet implemented in JBossWS, how could I use SOAP Message Attachments instead such that I place user credential information into a SOAP Attachment for custom processing in my jsr181 Webservice EJB?

      James