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!

APEX Based REST to ORDS Based REST Migration Issue

gweaver333Sep 8 2022

I am upgrading from an older version of APEX to the latest version and it forces me to upgrade the APEX REST repository to ORDS Based Repository. My APEX REST api published endpoint did not need the module base path. The ORDS api requires module base path.
Anyone ever use Tomcat to perform some sort of url mapping for REST?
For example, APEX Repository allowed the following:
http://example.com/ords/mySchema/employees
ORDS based requires:
http://example.com/ords/mySchema/hr/employees
Changing the api endpoint is not really an option as it is widely used.
Thanks

Glen

This post has been answered by cormaco on Sep 9 2022
Jump to Answer

Comments

Post Details

Added on Sep 8 2022
1 comment
156 views