Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 39417 invoked from network); 9 Aug 2005 14:21:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Aug 2005 14:21:05 -0000 Received: (qmail 42265 invoked by uid 500); 9 Aug 2005 14:20:56 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 42242 invoked by uid 500); 9 Aug 2005 14:20:55 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 42229 invoked by uid 99); 9 Aug 2005 14:20:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2005 07:20:55 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS,TO_ADDRESS_EQ_REAL X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of aleksvp@gmail.com designates 64.233.184.203 as permitted sender) Received: from [64.233.184.203] (HELO wproxy.gmail.com) (64.233.184.203) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2005 07:21:18 -0700 Received: by wproxy.gmail.com with SMTP id i24so993426wra for ; Tue, 09 Aug 2005 07:20:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=n8REtojKs4KlxopiZ6VpQgJMUhRfCcTVatdPw7t9OGstexrURmRL7QuSyayDIpBSR1Aclxjp1kwtnyR71WfjUKVbUIp/4IwtPctIz/8EXao+aRYp4+4PNH9PX9bfjx/Y4AZsOsTsZz0eBFNHN2tSe2JOABg2h9DLVMhkL81AYU4= Received: by 10.54.31.63 with SMTP id e63mr5531791wre; Tue, 09 Aug 2005 07:20:54 -0700 (PDT) Received: by 10.54.82.6 with HTTP; Tue, 9 Aug 2005 07:20:54 -0700 (PDT) Message-ID: <232df1ad0508090720450d0806@mail.gmail.com> Date: Tue, 9 Aug 2005 11:20:54 -0300 From: Aleksander Pascoal To: "axis-user@ws.apache.org" Subject: faultString: (411)Length Required Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Guys, I can't get CommonsHttpSender to work. I'm always receiving the following message: AxisFault faultCode: {http://xml.apache.org/axis/}HTTP faultSubcode: faultString: (411)Length Required faultActor: faultNode: faultDetail: {}:return code: 411 I need to use it because I'm behind a proxy that requires NTLM atuthentica= tion. I made the change in axis.jar > client-config.wsdd to point to CommonsHTTPSender. When I access the Web Service using just HttpSender it works. Can someone please help me??? Thanks, Aleks