Skip to Main Content

ORDS, SODA & JSON in the Database

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!

Apache routing of APEX Web service requests

Matt McGeeSep 30 2019 — edited Oct 3 2019

So, I am not on the infrastructure side of things and the infrastructure guy is not super in depth with APEX/ORDS.  We are currently on APEX 5.0.4 and attempting to set up some APEX Web Services. Our URL structure I am told in Apache currently first looks in the file server if a file/folders exists and if not, simply sends the request to modplsql which we are able to execute plsql packages/procedures and render them in the browser. However, when attempting to access the web services we create, we simply get a procedure does not exist error given it's attempting to run "ords" (or the name of the workspace) as a procedure.

How do I go about educating infrastructure on where to take an web service request? 

Current ORDS version: 3.0.12.263.15.32

Comments
Post Details
Added on Sep 30 2019
7 comments
408 views