vote up 0 vote down star

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

flag

1 Answer

vote up 0 vote down

It appears that the service might be using some kind of integrated windows authentication or sso.

Here's an open source library, http://spnego.sourceforge.net/protected_soap_service.html, that has an example of what you are attempting to do.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.