B
Bjoern Bredohl
Hi
how is it possible to set a proxy server for different SOAP calls?
is there another way than
System.setProperty("http.proxyHost", sProxyHost);
System.setProperty("http.proxyPort", iProxyPort):
I have a client, which talks in threats to different SOAP servers
through different proxys.
thanks
Björn
how is it possible to set a proxy server for different SOAP calls?
is there another way than
System.setProperty("http.proxyHost", sProxyHost);
System.setProperty("http.proxyPort", iProxyPort):
I have a client, which talks in threats to different SOAP servers
through different proxys.
thanks
Björn