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 properties
like me😉

STEP4:
now your module ist created the next step is creating Template



STEP5:
creating Handler




STEP6:
Test your restful webservice in a browser, with postman ,Bruno or curl.





Thanks for your Reading🙏
I hope it was useful for you









Comments

Popular posts from this blog

Installation of Oracle Database 23ai and APEX 24.2 and ORDS 24.4 on Windows Step-by-Step

Building a Fully Local AI-Powered Assistant with Oracle APEX and Vector Search #APEXCONN2025 #orclAPEX

Building an AI-Powered Resume Matching System Using Oracle APEX and 23ai Vector Search😎

Configuration of ORDS: Standalone, Tomcat, and WebLogic on Windows Step-by-Step

Leveraging ONNX Models for AI Vector Search in Oracle Cloud Database 23ai

Create a Database in Oracle Cloud and Connect to it by Using SQL*Plus and SQL Developer

USING External REST API in Oracle APEX

JavaScript In Oracle APEX (Client Side)

BUILDING a RESTful Web Services in Oracle APEX