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: