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

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

Building an AI-Powered Resume Matching System Using Oracle APEX and 23ai Vector Search๐Ÿ˜Ž

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

Vector Tiles in Oracle Spatial 23

My Experience at Oracle CloudWorld Tour in Frankfurt – April 10, 2025

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

What is SYS.ODCI (SYS.ODCINumberList or SYS.ODCIVarchar2List) and How Can Use it in APEX ?

JavaScript In Oracle APEX (Client Side)