1 Reply Latest reply on Dec 19, 2007 1:00 PM by asoldano

    How to set username/password in SoapMessage from the webserv

    wtnat

      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.