Configuring HTTP Proxy Settings for Importing WSDLs
In order to have access to or to import WSDL files from the internet, the following Java system properties should be set for the Java Service Wrapper:
Syntax Example:
-Dhttp.proxyHost=httpprox.<3rd-level-domain>.<2nd-level-domain>
-Dhttp.proxyPort=8080
-Dhttp.nonProxyHosts=*.<3rd-level-domain>.<2nd-level-domain>|*.
<domain_1>.<extension>|*.<domain_2>.<extension>"
There are two occurrences in which you may need to set the proxy settings:
In the
Software AG Runtime where
CentraSite Control is running.
If you embed the importer in an application, then these setting will also apply.