The Artima Developer Community
Sponsored Link

Web Services Forum
Ploblem in deploying Axis1.3 document based web service over HTTPS

1 reply on 1 page. Most recent reply: Nov 29, 2007 10:15 PM by Makarand D

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Mohit Goyal

Posts: 1
Nickname: mkg123
Registered: Mar, 2006

Ploblem in deploying Axis1.3 document based web service over HTTPS Posted: Mar 9, 2006 12:02 PM
Reply to this message Reply
Advertisement
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


Makarand D

Posts: 1
Nickname: makd23
Registered: Nov, 2007

Re: Ploblem in deploying Axis1.3 document based web service over HTTPS Posted: Nov 29, 2007 10:15 PM
Reply to this message Reply
I am also facing the sam eproblem

Flat View: This topic has 1 reply on 1 page
Topic: main Previous Topic   Next Topic Topic: compilation of C/C++ with Soap(wsdl files)

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use