ORA-29248: An Unrecognized WRL Was Used To Open A Wallet - When Running a Web Service Call in APEX
(Doc ID 2557051.1)
Last updated on FEBRUARY 09, 2023
Applies to:
Oracle Database Cloud Service - Version N/A and laterOracle Application Express (APEX) - Version 5.0 and later
Information in this document applies to any platform.
Symptoms
From the APEX Builder:
- Select an application -> Shared components -> Click on Web Source -> Create -> Select Web Source Type --> Oracle Cloud Applications (SaaS) REST Service
URL Endpoint (Value Required) --> https://<FUSION_CLOUD_SERVICE>/<Rest>/resources/<Request>
When testing from APEX, the following error is presented:
ORA-29248: an unrecognized WRL was used to open
The customer has been able to successfully configure the database and the database wallet, and can successfully call a Fusion webservice URL outside of APEX using UTL_HTTP using SQLPlus.
For discussing purposes, the wallet directory name is /u01/app/wallet:
SELECT utl_http.request('https://<FUSION_CLOUD_SERVICE>/robot.txt',NULL,'file:/u01/app/wallet','<PASSWORD>') from dual;
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |