I am using axis2's ServiceClient to call to a webservice outside my
company's network. However, I got an error that said that there was a
NTLM challenge.
(SEVERE: Credentials cannot be used for NTLM authentication:
org.apache.commons.httpclient.UsernamePasswordCredentials
org.apache.commons.ht
I have to access an Axis2 servlet which is behind a pubcookie protected
server. Essentially, it is an authentication mechanism that authenticates as
follows:
1) Client (browser) tries to access .../someservice on the server.
2) PubCookie intercepts and redirects to a login page with a form
3) Cl
Hey guys,
does anybody already set axis to use CommonsHTTPSender for
authentication porpouses?
I developed a client and use it withou problems. But then I need to
use it behindo a HTTP Proxy with NTLM authentication, and so a set
axis (config-client.wsdd) to use CommonsHTTPSender. But now I'm