Try OpenEdge Now
skip to main content
Managed Adapters Guide
Web Service Managed Adapter : Using the Web Service Adapter : Configuring the Web Service Adapter : About proxy support : Invoking the Web service Managed Adapter using SSL
 
Invoking the Web service Managed Adapter using SSL
Occasionally, a Web service needs to be invoked that uses https to handle secure transactions. When configuring the adapter, the WSDL must be available in the local file system, as is the case for proxy support.
For runtime, you must add JVM parameters for testing the Web service or in the Portal server or EJB server JVM for the run time inside the BP Server Applications or a Web Applications.
For the client side, you must add the following JVM parameters for SSL communication with Java and Tomcat:
*-Djavax.net.ssl.trustStore=C:/myFolder/myKeyStoreFile // place where the keystore is located
*-Djavax.net.ssl.trustStorePassworde=changeit // trust store password
For more information on Tomcat, SSL, and Java, refer to the following Web sites:
http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html
http://www.casabac.com/pdf/CasabacInfoSSL.pdf