I am trying to connect to a web service with a client generated from wsdl through a java program in eclipse. I am passing my request through a proxy server. But it seems tha
I had the same problem. Just the following code works for me for setting proxy.
System.setProperty("java.net.useSystemProxies", "true");