Getting error while calling web service from trigger
Summary: while calling a web service from before update trigger , we are getting the error as follows :
Exception: [JBO-29000: Unexpected exception caught: javax.ws.rs.ProcessingException, msg=javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target |
---|
Content (please ensure you mask any confidential information):
we have developed 2 web services to integrate with external system - one web service will connect with the server using Id password and get a token as reply.
second web service will provide a service request id and other details and will get success msg as response.
0