Re: [AXIS2]: How to have a client tunnel through a proxy server

2007-06-22 Thread Michele Mazzucco
Valerie, if you use Axis2 set up your settings in a ProxyProperties object: ProxyProperties proxy = new ProxyProperties(); // your settings here Options options = new Options(); options.setProperty(HTTPConstants.PROXY, proxy); Michele On Thu, 2007-06-21 at 15:27 -0400, Masin, Valerie wrote: >

[AXIS2]: How to have a client tunnel through a proxy server

2007-06-21 Thread Masin, Valerie
We need to do firewall tunneling via a proxy server. This means we need to tell the client what the proxy address is, in addition to the actual server endpoint. We can't set it on the jvm because we need to change it dynamically at runtime. Does anyone know how to do this using Axis? Thanks, Valeri