Just call these static methods before you call the web service:
 
    AxisProperties.setProperty("http.proxyHost", "123.123.123.123");
    AxisProperties.setProperty("http.proxyPort", "1234");
Where 123.123.123.123 is the IP address of the proxy server and 1234 is the port to connect to.
 
 
Jeff
 
 
----- Original Message -----
Sent: Friday, June 10, 2005 12:45 PM
Subject: making a call through a proxy

Hi
I am new to Axis, so here is my question: I need to submit a request to a web service, but since I am in the corporate network, I need to go through a proxy. How do I do it?
I am using the Axis-generated client (stub, etc).
Thanks.
 
Janos

Reply via email to