Hi All,
We do have a Webservice which is running in other Java system. So taken WSDL of it and created a development dc for a Servlet and consumed the WSDL .A
While testing the application in Portal . We are below error. ( Peer certificate rejected by ChainVerifier) We had already uploaded certificate of Java in SAP Portal But Still we are getting below Error.
We also tried created a destination. and assigned the same certificate in the drop down still getting the same
Error during ping operation: Error while silently connecting: org.w3c.www.protocol.http.HttpException: Peer certificate rejected by ChainVerifier
Error general: javax.xml.ws.WebServiceException: Connection IO Exception. Check nested exception for details. (Peer certificate rejected by ChainVerifier).
at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.processTransportBindingCall(WSInvocationHandler.java:174)
at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.invokeSEISyncMethod(WSInvocationHandler.java:121)
at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.invokeSEIMethod(WSInvocationHandler.java:84)
at com.sap.engine.services.webservices.espbase.client.jaxws.core.WSInvocationHandler.invoke(WSInvocationHandler.java:65)
at $Proxy3519.signIn(Unknown Source)
Please let me know how to solve the issue.
Thanks in Advance