I've already found that page but it didn't help. Some parts of the code are 
deprecated (HttpTransportProperties.NTLMAuthentication and 
HTTPConstants.NTLM_Authentication don't exist in Axis2 1.3).

Maybe I'm missing some basic points here. Is it even possible for an 
Axis-Webservice to request NTLM-Auth? If yes, then how has the server to be 
configured? Or is NTLM only supported for Axis-Clients connecting to a 
.NET-Webservice or something like that?

Greets,
Natalia

-------- Original-Nachricht --------
> Datum: Tue, 11 Mar 2008 12:11:45 -0400
> Von: "Ajith Ranabahu" <[EMAIL PROTECTED]>
> An: axis-user@ws.apache.org
> Betreff: Re: Axis2 and NTLM

> Would this be of any help
> 
> http://wso2.org/library/161
> 
> 
> 
> On Tue, Mar 11, 2008 at 5:05 AM, Natalia Ignatowicz
> <[EMAIL PROTECTED]> wrote:
> > 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]
> >
> >
> 
> 
> 
> -- 
> Ajith Ranabahu
> 
> Reading, after a certain age, diverts the mind too much from its
> creative pursuits. Any man who reads too much and uses his own brain
> too little falls into lazy habits of thinking - Albert Einstein
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
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