Hi, Is there anyway that Axis 1.1 can use NTLM for Proxy Authentication?
Sun's JVM 1.4.2 now supports seamless NTLM authentiacation. If I try using the standard Java class java.net.URLConnection to access a web site, the NTLM authentication with our proxy happens fine, without any code changes, and the url connection is successful. >From within the same app, I then try to use axis to access a web service, the authentication fails with the proxy. Any pointers to how I can make the axis web service call through the proxy? Brian