I am trying to use the JAX-WS api to send some soap messages to a client application. However, I am behind the firewall, and the only option is to use a proxy server to go outside.
I'm trying to find any answer to Google about this, and so far everything is not possible: Use System.setPropertyto http.proxyHost, http.proxyPort, http.proxyUser, http.proxyPassword. Use Authenticator as described here .
I'm running out of options, if someone can help me with this, it would be great.
In addition, I have the ability to use org.apache.commons.httpclient, but then I need to manually create XML. Can you suggest any other approach or API for WS?
source
share