I have a SOAP webservice endpoint url(let\'s say :\"EP1\") which we can connect only through a proxy server.
We are using org.springframework.ws
You must use VM arguments: -Dhttp.proxyHost=mydomain.com -Dhttp.proxyPort=8080
-Dhttp.proxyHost=mydomain.com -Dhttp.proxyPort=8080
Having in mind that this setting applies to all HTTP requests made from Java.