| This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal. |
* Able to add the Secure SOAP WebService (https://webserviceurl.wsdl) Integration Service successfully, after importing the (trusting) the Root & Intermediate certificates of the WebService host's certificate in Java's cacerts and WebSphere's TrustStore.
* And Able to view the list of operation's as per the WSDL
But when I add the operation and Fetch response, getting the below.
Kindly check and advise.
Exception
{
"ErrorCode": "9001",
"ErrorMessage": "IOException occurred for service ping while obtaining response: com.ibm.jsse2.util.h: PKIX path building failed: java.security.cert.CertPathBuilderException: PKIXCertPathBuilderImpl could not build a valid CertPath.; internal cause is: \n\tjava.security.cert.CertPathValidatorException: The certificate issued by CN=ABCD-SDC, DC=ABCDE, DC=com is not trusted; internal cause is: \n\tjava.security.cert.CertPathValidatorException: Certificate chaining error"
}