How do I connect a soap client application (not a web browser)
to a webservice through a proxy.
For example my client app is behind a squid proxy server host
192.168.1.1 port 81
and the webservice it tries to connect to is somewhere on the internet
www.somewhereontheinternet.com/soap/servlet/rpcrouter
I already tried java -Dhttp.proxyHost=192.168.1.1 -Dhttp.proxyPort=81
mySoapClient
Does anyone have a clue ?
Matthijs
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
- Re: soap client and squid proxy Matthijs Lambooy
- Re: soap client and squid proxy Scott Nichol