Skip to Main Content

APEX

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!

Reference web source in APEX PLSQL process

jacknomizNov 26 2020

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

Comments
Post Details
Added on Nov 26 2020
6 comments
474 views