Oracle APEX Developers Are Saying Goodbye to the Old RESTful Services
Imagine you're deep in your Oracle APEX workspace, happily clicking away in SQL Workshop to tweak a REST API endpoint. Suddenly, a big red DEPRECATED banner stares back at you like an old friend who's overstayed their welcome !!! If you're still building or maintaining RESTful Services directly inside APEX's SQL Workshop, you're not alone ,but Oracle made it clear starting with ORDS 25.1: the classic RESTful Services interface in APEX is officially deprecated๐ SQL Developer Web ๐ , that's now the single source of truth for managing ORDS REST APIs. ๐ Creating the RESTful Service in SQL Developer Web STEP1: STEP2: In SQL Developer Web, navigate to the "REST" .it is in hamburger menu and you can find it in below picture now you are here .look at below picture isn't familiar with you? we have all RESTFUL Service features now at the top of the page STEP3: let's create a restful webservice. Click on Module in the top menu and fill the propert...