I developed a document based web service using Axis1.3 and it was working fine when I deployed it on simple http endpoint on tomcat 5. But when I regenerated the wsdl for https endpoint address and tried to deploy it using the following commands, it throws an AxisFault. I have tried deploying it using the following commands:
at org.apache.axis.components.net.JSSESocketFactory.create(JSSESocketFactory.java: 156)
at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:191)
Plz help…
I am stuck because of this for many days… I tried to implement the steps for creating keystore and modifying the server.xml file for TOMCAT but nothing worked.