Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SOA vs OSB - Different behavior in calling a https SOAP/ REST webservice

Vijayaragavan RamasamyFeb 8 2019 — edited Feb 10 2019

I am trying to call a SOAP based webservice (a https endpoint) in SOA. I get below error:

Unable to invoke endpoint URI "https://<endpoint>" successfully due to: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty

If i call SOAP based webservice (a https endpoint) in OSB, however, i am able to hit the webservice successfully and get a valid response.

Note: I use SOA Suite 12.2.1.0 version. SOA and OSB servers are in same domain. This https soap webservice take Authorization token in header. I found a similar behaviour while invoking a REST based service(https url) in SOA and OSB where SOA call failed while OSB call was successful.

I am not able to figure out what causes this issue in SOA server.

Comments

Processing

Post Details

Added on Feb 8 2019
1 comment
828 views