I have a login page, which on login has to call a webservice. The server side handlers
will do the authentication in the handleRequest method.
How do we set the username/password(entered by the user in the login page) into the
SOAPMessage, so that in the serverside handler the handleRequest() method can retrieve
username/password from the SOAPMessageContext and authenticate.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113331#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...