Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Web Services client receives faultmessage with Websphere 6.0 not in WS5.1.2

843833Dec 10 2007 — edited Apr 11 2008
Hi,
We have a web service client application which runs fine in Websphere 5.1.2 standalone WSAD and receives response successfully, without any additional settings for SSL (The webservice service URL is https) . But when we moved the code to Websphere 6.0 in production environment, the application receives the following error while sending request to the webservice.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header/><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server.generalException</faultcode><faultstring><![CDATA[WSWS3713E: Connection to the remote host 24.248.255.73 failed.Received the following error: Handshake terminated SSL engine: CLOSED]]></faultstring></soapenv:Fault></soapenv:Body></soapenv:Envelope>



WSWS3713E: Connection to the remote host 24.248.255.73 failed.Received the following error: Handshake terminated SSL engine: CLOSED
WebServicesFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultString: WSWS3713E: Connection to the remote host 24.248.255.73 failed.Received the following error: Handshake terminated SSL engine: CLOSED
faultActor: null
faultDetail:

WSWS3713E: Connection to the remote host 24.248.255.73 failed.Received the following error: Handshake terminated SSL engine: CLOSED
at com.ibm.ws.webservices.engine.xmlsoap.builders.WebServicesFaultProcessor.createFault(WebServicesFaultProcessor.java:411)
at com.ibm.ws.webservices.engine.xmlsoap.SOAPFault.getFault(SOAPFault.java:486)
at com.ibm.ws.webservices.engine.SOAPPart.getFault(SOAPPart.java:1090)
at com.ibm.ws.webservices.engine.SOAPPart.getFault(SOAPPart.java:747)
at com.ibm.ws.webservices.engine.Message.getFault(Message.java:883)
at com.ibm.ws.webservices.engine.Message.ifFaultThrowSelf(Message.java:863)
at com.ibm.ws.webservices.engine.PivotHandlerWrapper.invoke(PivotHandlerWrapper.java:278)
at com.ibm.ws.webservices.engine.WebServicesEngine.invoke(WebServicesEngine.java:279)
at com.ibm.ws.webservices.engine.client.Connection.invokeEngine(Connection.java:734)
at com.ibm.ws.webservices.engine.client.Connection.invoke(Connection.java:655)
at com.ibm.ws.webservices.engine.client.Connection.invoke(Connection.java:613)
at com.ibm.ws.webservices.engine.client.Connection.invoke(Connection.java:448)
at com.ibm.ws.webservices.engine.client.Stub$Invoke.invoke(Stub.java:818)


Please help me to understand what is going on with Websphere 6.0 and how does it work in WSAD 5.1.2 without any issues?
Thanks!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 9 2008
Added on Dec 10 2007
2 comments
2,122 views