ISG Restful Web Services Call with HTTPS
Hi Experts,
We have developed some ISG Restful Web Services and deployed to EBS 12.2+. The WADL shows url like:
https://someserver:4443/webservices/rest/xxxx
When we tested the service using browser Restful client, it shows status 0 with no response.
If we tested the service with Java client, it says:
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
How could we get around the issue so that the Restful can be called/tested?
Thank you for your time.