Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 53492 invoked from network); 22 Jul 2005 05:50:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Jul 2005 05:50:35 -0000 Received: (qmail 55524 invoked by uid 500); 22 Jul 2005 05:50:35 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 55418 invoked by uid 500); 22 Jul 2005 05:50:35 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 55405 invoked by uid 99); 22 Jul 2005 05:50:35 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [12.40.51.197] (HELO mailhost.virtusa.com) (12.40.51.197) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2005 22:50:26 -0700 Received: from cs-mailsvr.Virtusa.com ([10.2.1.11]unverified) by mailhost.virtusa.com with InterScan Messaging Security Suite; Fri, 22 Jul 2005 01:48:03 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C58E81.48991226" Subject: Proxy Authentication Date: Fri, 22 Jul 2005 11:49:36 +0600 Message-ID: <403DD48EAE182940B89ECEAFE03F9690062181AC@cs-mailsvr.Virtusa.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Proxy Authentication Thread-Index: AcWOgSR5SibNkKQvTFG8qbRS5cfHLQ== From: "Chinthana C. Dinapala" To: "Apache AXIS C Developers List" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------_=_NextPart_001_01C58E81.48991226 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Hi Folks, =20 I have implemented the proxy authentication. I was able to generate header for Proxy-Authorization successfully as follows. =20 POST /axis/LimitedAll HTTP/1.1 Host: localhost:8888 Content-Type: text/xml; charset=3DUTF-8 Proxy-Authorization: Basic Y2hpbnRoYW5hOnBhdGl5bw=3D=3D SOAPAction: "AllComplexType#echoAll" Content-Length: 504 Also able to use both HTTP authentication and proxy authentication simultaneously on a single stub. =20 POST /axis/LimitedAll HTTP/1.1 Host: localhost:8888 Content-Type: text/xml; charset=3DUTF-8 Proxy-Authorization: Basic Y2hpbnRoYW5hOnBhdGl5bw=3D=3D Authorization: Basic Y2RpbmFwYWxhOmphdmE=3D SOAPAction: "AllComplexType#echoAll" Content-Length: 504 But I was not able to test this. Can anyone test this for me?=20 =20 Thanks Chinthana =20 ------_=_NextPart_001_01C58E81.48991226 Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable

Hi = Folks,

 

I have implemented the proxy = authentication. I was able to generate header for Proxy-Authorization successfully as = follows.

 

POST /axis/LimitedAll = HTTP/1.1

Host: localhost:8888

Content-Type: text/xml; = charset=3DUTF-8

Proxy-Authorization: Basic = Y2hpbnRoYW5hOnBhdGl5bw=3D=3D

SOAPAction: = "AllComplexType#echoAll"

Content-Length: 504

Also able to use both HTTP authentication and proxy authentication = simultaneously on a single stub.

 

POST /axis/LimitedAll = HTTP/1.1

Host: = localhost:8888

Content-Type: text/xml; charset=3DUTF-8

Proxy-Authorization: = Basic Y2hpbnRoYW5hOnBhdGl5bw=3D=3D

Authorization: Basic Y2RpbmFwYWxhOmphdmE=3D

SOAPAction: "AllComplexType#echoAll"

Content-Length: = 504

<= /p>

But I was not able to test this. = Can anyone test this for me?

 

Thanks

Chinthana=

 

------_=_NextPart_001_01C58E81.48991226--