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
if you are connecting webservice using HTTPS then the proxy property to set is
https.proxyHost https.proxyPort
(http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html)