Version: 11.2.0.4.0 (Windows)
We're attempting to communicate with a SOAP service on an external domain.
We've set up Wallets, Certificates and ACLs to the relevant domains.
Our code is using utl_http to do the comms to the endpoint.
When we run a test case in an anonymous block, it picks up the wallet credentials and we get a valid response from the WS. It works okay.
If we turn that block into a stored procedure, it returns the error ORA-28860: Fatal SSL error.
Does anyone have any ideas on how to resolve this?
thanks