Hi Mithal
as you have experience in j2ee web services could you help me out . I am using Rational Application developer.
I am writing
Java client for a webServices which requires Soap Authentication.
<soap:Header> <wsse:Security> <wsse:UsernameToken> <wsse:Username>abc</wsse:Username> <wsse assword>abc</wsse assword> </wsse:UsernameToken> </wsse:Security></soap:Header>
--------------------------------------------------------------------------------
I have to include the username and the password in the soap header.
How can I do that in WebSphere Application developer.
Thanks in advanced.
Avijit