I am using Axis2 (1.5) for invoking webservice method on SoftwareAG Webmethod integration server. Our JDK version is 1.6.05 and webmethod server JDK is 1.5.
At time call is made on WebMethod integration server. Get error as "Fatal error - Bad certificate" Though i have cross checked server keys are imported into our keystore. Webmethod server on other side raise bad certificate error only when SSL protocol is not SSL. For enabling Https setting, i did following change inside Axis2.xml. #1. What additional settings i need to make so that SSL version 3 is used for communication with other server? #2. Any issue related to mismatch between JDK version? HTTPS setting inside Axis2.xml ========================= What steps i need to follow to make sure SSL3 protocol is used for communication <transportReceiver name="https" class="org.apache.axis2.transport.http.AxisServletListener"> <parameter name="port">443</parameter></transportReceiver Thanks, Harish