Re: Need NTLM Authentication help

2008-06-11 Thread Saminda Abeyruwan
HttpTransportProperties.Authenticator ntlmAuthentication = > new HttpTransportProperties.Authenticator(); > > ntlmAuthentication.setUsername("axis2"); > ntlmAuthentication.setPassword("axis2"); > ntlmAuthentication.setHost("axis2"); >

Re: Need NTLM Authentication help

2008-06-11 Thread Saminda Abeyruwan
Please use the following code HttpTransportProperties.Authenticator ntlmAuthentication = new HttpTransportProperties.Authenticator(); ntlmAuthentication.setUsername("axis2"); ntlmAuthentication.setPassword("axis2"); ntlmAuthentication.setHos

Need NTLM Authentication help

2008-06-11 Thread Lozina, Tony {PBSG}
I am trying to connect to a web service using Axis2 version 1.4 (Latest one available for download from the site) and Java version 1.4.2 I can reach the web service but I keep failing to authenticate, as I do not really know how to properly authenticate using NTLM. I am getting the following erro