[jboss-user] [JBossWS] - Re: How to set username/password in SoapMessage from the web
alessio.soldano@jboss.com
do-not-reply at jboss.com
Wed Dec 19 13:00:10 EST 2007
You can either:
- use HTTP Basic auth (see http://jbws.dyndns.org/mediawiki/index.php?title=Authentication for a full guide about authentication)
- use WS-Security with UsernameTokenProfile (http://jbws.dyndns.org/mediawiki/index.php?title=WS-Security_options)
- use a home-brew solution, put your username/password in your message (create method/operation with ad-hoc parameters) and manually get them in the server side handler
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114328#4114328
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114328
More information about the jboss-user
mailing list