Nice job :-)

We will be testing it but not for some time (at least a month).  I'd leave it in and see if anyone uses it !




"Chinthana C. Dinapala" <[EMAIL PROTECTED]>

22/07/2005 06:49

Please respond to
"Apache AXIS C Developers List"

To
"Apache AXIS C Developers List" <[email protected]>
cc
Subject
Proxy Authentication





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=UTF-8
Proxy-Authorization: Basic Y2hpbnRoYW5hOnBhdGl5bw==
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=UTF-8
Proxy-Authorization: Basic Y2hpbnRoYW5hOnBhdGl5bw==
Authorization: Basic Y2RpbmFwYWxhOmphdmE=
SOAPAction: "AllComplexType#echoAll"
Content-Length: 504
But I was not able to test this. Can anyone test this for me?
 
Thanks
Chinthana
 

Reply via email to