Hi, I use APEX 19.2.
Our application references data from other systems using database links and goal of this exercise is to replace these direct calls with REST Data Services.
I have defined WEB SOURCE based on a REST Data Service.
I know we can access this WEB SOURCE directly as the IR source query.
My question is - how can I reference data exposed via the WEB SOURCE in my page PLSQL process?
Is there a way to use it directly, or do I need to run explicit apex_web_service.make_rest_request to bypass WEB SOURCE definiion?
Many thanks in advance as usual.
Jack