Hi i'm quite new in implementing web service client in java. i found a tutorial very useful...http://wso2.org/library/tutorials/creating-web-service-client-3-steps-using-eclipse.
in my case i got 401 error: Unauthorized. It is normal as to access the wsdl i need to type the username/password. how one can do in that case? Some input on the security part:
WWW-Authenticate Negotiate NTLM + web services +HTTP 401 so i don't know which java library can help me in that case and how to integrate it in my code.
thanks for your help Lana