...
If you are using a proxy for accessing internet, you can use the following environment variables to get rid of it:
- http.proxyHost
- http.proxyPort
- proxy.user
- proxy.password
...
| Code Block | ||
|---|---|---|
| ||
proxy.setProxyProperties([:]) // map containing all or part of the above properties |
The proxy will not be used when the WSClient accesses the WSDL during initialization.
Using basic authentication
...