I have run into a case where CentraSite needs to trust the WSDL provider site via SSL. So, I need to tell centrasite to trust the site in order to attach WSDL successfully via URL
Try this out…
C:\Documents and Settings\All Users\Application Data\Software AG\Tomcat\cp8.0\bin\SAGCTP80.exe
-Dhttp.proxyHost=sydproxy.perpetual.com.au
-Dhttp.proxyPort=8080
-Dhttp.nonProxyHosts=“localhost|.perpetual.com.au|syd3k|is*”
-Dhttps.proxyHost=sydproxy.perpetual.com.au
-Dhttps.proxyPort=8080
-Djavax.net.ssl.keyStoreType=JKS
-Djavax.net.ssl.keyStore=
-Djavax.net.ssl.keyStorePassword=
-Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol
-Djavax.net.debug=ssl
-Djavax.net.ssl.trustStore=
-Djavax.net.ssl.trustStorePassword=c
NOTE: the JKS used in the Tomcat application server is not relevant for the WSDL import, it is for the CentraSite Control SSL access.
C:\Documents and Settings\All Users\Application Data\Software AG\Tomcat\cp8.0\conf\server.xml
#CentraSite#API-Management#webMethods