Can anyone help me with this issue, I am getting an error when I try to sync Contacts between SFDC and Oracle Sales Cloud using Fusion Middleware code, where I am using OSC Adapter:
Error which I am getting :
The selected operation notifications could not be invoked.
A fault occurred while invoking the webservice operation. The fault is : <env:Fault xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<faultcode>env:Server</faultcode>
<faultstring>Exception occurred when binding was invoked.
Exception occurred during invocation of JCA binding: "JCA Binding execute of Reference operation 'createContact' failed due to: Unable to create Cloud Operation: ".
The invoked JCA adapter raised a resource exception.
Please examine the above error message carefully to determine a resolution.
</faultstring>
<faultactor/>
<detail>
<exception>unable to find valid certification path to requested target</exception>
</detail>
</env:Fault>
For the above error I tried to include the Certification key from OSC WSDL to SOA EM and also I removed the DemoTrust.jks from the setDomainEnv.sh script.
Looking forward for the help on this at the earliest.
Regards,
Abhinav