Hi,
I'm trying to use NTLM with an Axis2 (v1.3) webservice. I've found a few posts 
concerning this issue, but nothing really helpful. Can anyone give me a few 
hints on how to configure Axis-client and server to make use of 
NTLM-authentication?

I got these lines for client-configuration:

Authenticator authentication = new Authenticator();
        
authentication.setUsername("...");
authentication.setPassword("...");      
authentication.setDomain("...");
authentication.setHost("...");
                        
stub._getServiceClient().getOptions().setProperty(HTTPConstants.AUTHENTICATE, 
authentication);

But when using tcpmon it doesn't say a word about NTLM.

Greets,
Natalia
-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to