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
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152171#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...