RE: NTLM Authentication failure with CommonsHTTPTransportSender

2010-06-28 Thread Betts, Hendry
ent 3 does NOT). From: Brian Dillon [mailto:[email protected]] Sent: Thursday, June 10, 2010 12:33 PM To: [email protected] Subject: NTLM Authentication failure with CommonsHTTPTransportSender Hi, I am using Axis2 1.4.1 I am currently trying to

Re: NTLM Authentication failure with CommonsHTTPTransportSender

2010-06-14 Thread George Stanchev
thanks, > > Brian > > > > From: George Stanchev [mailto:[email protected]] > Sent: Fri 11/06/2010 17:55 > To: [email protected] > Subject: Re: NTLM Authentication failure with CommonsHTTPTransportSender > > > IIIRC the default NTLM authenti

RE: NTLM Authentication failure with CommonsHTTPTransportSender

2010-06-14 Thread Brian Dillon
@axis.apache.org Subject: Re: NTLM Authentication failure with CommonsHTTPTransportSender IIIRC the default NTLM authentication with httpclient 3.x is NTLMv1 which Microsoft Servers rejects by default (unless you excplictly enable it by juggling registry settings). You need to enable NTLMv2 in axis2

Re: NTLM Authentication failure with CommonsHTTPTransportSender

2010-06-11 Thread George Stanchev
> > > > *From:* Brian Dillon [mailto:[email protected]] > *Sent:* 10 June 2010 17:59 > > *To:* [email protected] > *Subject:* RE: NTLM Authentication failure with CommonsHTTPTransportSender > > > > Hi, > > > > Further on this. The on

RE: NTLM Authentication failure with CommonsHTTPTransportSender

2010-06-11 Thread Brian Dillon
From: Brian Dillon [mailto:[email protected]] Sent: 10 June 2010 17:59 To: [email protected] Subject: RE: NTLM Authentication failure with CommonsHTTPTransportSender Hi, Further on this. The on the wire request (taken from fiddler) has the following format No Proxy

RE: NTLM Authentication failure with CommonsHTTPTransportSender

2010-06-10 Thread Brian Dillon
ineos.com] Sent: 10 June 2010 17:33 To: [email protected] Subject: NTLM Authentication failure with CommonsHTTPTransportSender Hi, I am using Axis2 1.4.1 I am currently trying to call a SharePoint service from Axis2 using NTLM authentication. My configuration is as follows;

NTLM Authentication failure with CommonsHTTPTransportSender

2010-06-10 Thread Brian Dillon
Hi, I am using Axis2 1.4.1 I am currently trying to call a SharePoint service from Axis2 using NTLM authentication. My configuration is as follows; HTTP/1.1 chunked I am invoking the service using the following; HttpTransportProperties.Authenticato