Hi,
I have a Issue calling a stored procedure in APEX application. The procedure uses
APEX_WEB_SERVICE.make_rest_request(...
to consume a REST webservice (no HTTPS pure HTTP)
The stored procedure works fine if its called from sql/sqldeveloper... but if I call the same stored procedure from APEX via dynamic action (button) it fails with the error message:
ORA-29273: HTTP request failed ORA-29263: HTTP protocol error
Any Idea?