<transport name="http" pivot="java:org.apache.axis.transport.http.CommonsHTTPSender"/>
You may have to rebuild axis with CommonsHTTPClient in order for CommonsHTTPSender to be built - I had to, anyway.
Make sure you use the lates release of CommonsHTTPClient
-danch
[EMAIL PROTECTED] wrote:
I was wonder how to configure Axis to use CommonsHTTPSender, and also how can I configure the HTTPClient from Axis?
I need to do the following connection: Client --(http)--> Proxy --(https)--> WebService The HTTPSender doesn't seem to support this, but the commons HTTP client seems to do.
wbr Kenneth Aastrøm