hello people, hello axis guru

How configure axis2 ntlm authenticate on local computer, my computer is not
in domain, I am using local account


List<String> authSchema = new ArrayList<String>();                             
authSchema.add(HttpTransportProperties.Authenticator.NTLM);
HttpTransportProperties.Authenticator ntlmAuthentication = new
HttpTransportProperties.Authenticator();
ntlmAuthentication.setAuthSchemes(authSchema);

ntlmAuthentication.setUsername("mylocalusername");
ntlmAuthentication.setPassword("mylocalpassword");
ntlmAuthentication.setHost("mycomputer");
ntlmAuthentication.setDomain("");


-- 
View this message in context: 
http://old.nabble.com/axis2-configuring-ntlm-on-local-computer-tp28120431p28120431.html
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to