Hi all,

 

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:

 

java org.apache.axis.client.AdminClient deploy.wsdd

 

Exception: AxisFault

 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException

 faultSubcode:

 faultString: java.net.ConnectException: Connection refused

 faultActor:

 faultNode:

 faultDetail:

        {http://xml.apache.org/axis/}stackTrace:java.net.ConnectException: Connection refused

        at java.net.PlainSocketImpl.socketConnect(Native Method)

 

 

 

java org.apache.axis.client.AdminClient -lhttps://address:443/axis/services/Servicename deploy.wsdd

 

Exception: AxisFault

 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException

 faultSubcode:

 faultString: javax.net.ssl.SSLHandshakeException: sun.security.validator.Valida

torException: No trusted certificate found

 faultActor:

 faultNode:

 faultDetail:

        {http://xml.apache.org/axis/}stackTrace:javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found

 

 

 

I also tried running it with the following options:

 

-Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol  -Dhttps.proxyHost=hostname  -Dhttps.proxyPort=443

 

But I received the following exception:

 

Exception: AxisFault

 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException

 faultSubcode:

 faultString: java.io.IOException: Unexpected EOF from proxy

 faultActor:

 faultNode:

 faultDetail:

        {http://xml.apache.org/axis/}stackTrace:java.io.IOException: Unexpected EOF from proxy

        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.

 

Thanks,

Mohit

 

DISCLAIMER:
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated..

Reply via email to