I have an axis2 (v1.5.3) client that needs to do Kerberos/NTLM authentication with IIS. How can I do this? This is the code I have right now and it fails with 401 - un
Based on the notes at this link NTLM issues with Axis2
Axis2 still uses old HTTPClient library and it seems that version does not support all versions(v1, v2 ) of NTLM. And also it was not trivial to switch the transport to HTTPClient v4.1
I gave up on Axis2 and used CXF instead.
The following link really us get past the Kerboros/NTLM issues
http://download.oracle.com/javase/6/docs/technotes/guides/net/http-auth.html