14 likes
·
14.3K reads
6 comments
·Sep 8, 2022
Sep 8, 2022
Super nice :-) thanks again Jon
1
·
·1 reply
·Sep 28, 2023
Sep 28, 2023
Hi, this is great but whats the best way to fetch the URL with data end point and insert into Oracle table? do you think i need to set ACL? Oracle 12g.
thanks.
·
·3 replies
·
·Sep 29, 2023
Sep 29, 2023
Jon Dixon I am using Apex 5.x + Oracle 12g. But my remote json data is accessed via https so i am using using username&password to get the token. that bearer Token i used to pass as part of the parameter to reference the external URL...regards
·
When I call web services from APEX, I do it from the backend using the apex_web_service PL/SQL API. When using apex_web_service, you must have an appropriate ACL, install the TLS certificate in a database wallet and tell APEX where the wallet is from the INTERNAL workspace.
·