RESTful Web Services API Invocation Error
Hi Experts,
We're exposing three PL/SQL APIs(in the same pl/sql package) as RESTful Web Services in R12.2+. All were deployed together in one WADL and granted to all users. However, two APIs work fine, but one fails with http 403 error:ISG_SERVICE_AUTH_FAILURE during invocation.
What could be the cause of the issue? All APIs work fine if calling in pl/sql blocks against database.
Thanks for your input.