timed out error while calling restful web service through APEX_WEB_SERVICE API
Summary
timed out error while calling restful web service through APEX_WEB_SERVICE APIContent
I'm using an Apex web service reference to access a third party restful webservice returning data in json format over https using Get. The pl/sql code uses the APEX_WEB_SERVICE API. The call as a url works in the SoapUI . However, in the Oracle Cloud, the exact same code ending up with error "ORA-12535: TNS:operation timed out". Is there any configuration required to handle this error?
0