PKIX path construction failed for untrusted credential error while using Apache Axis client for SuiteTalk WebService
By referring to the Building an Application with Java using Apache Axis I have create an Apache Axis client that can make webservice calls. I have embedded this client in my application and I am trying to make a web service call using the client.
I am getting an SSL error (PKIX path construction failed for untrusted credential) . I tried adding the NetSuite certificate to my local keystore and setting the SSL context but that didn’t work.