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: > 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, Valerie --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
