1 Reply Latest reply on Jan 8, 2009 4:52 AM by edaogut

    Can JBoss set Username Token in SOAP header with authenticat

    dbschofield

      I have a secured JSP that makes a web service call. Is it possible to configure JBoss to set the Username Token in the SOAP Header using the credentials of the authenticated user?

      I need to have:

      <wsse:Username Token>
      <wsse:Username>BillyBob</wsse:Username>
      <wsse:Password>supersecret</wsse:Password>
      </wsse:Username Token>

      be present in the SOAP Header and avoid any JBoss specific API's that would break portability between WebSphere and JBoss.

      Thanks