Hi everybody,
My database has been recently upgraded to 12c. APEX has been also upgraded to version 5. I need to configure using of web services in my APEX site. SSL protocole is enabled to access to my site. I create a wallet in order to define new web services. All steps of the configurations succeeded except the test:
cd <directory_to_create_wallet>
mkdir wallets
orapki wallet create -wallet <directory>/wallets -pwd Walletapex448 -auto_login
orapki wallet add -wallet <directory>/wallets -trusted_cert -cert "/M96SAN1A/progiciel/oracle/product/middleware/user_projects/domains/base_domain/certs/root.cer" -pwd Walletapex448
-- Tester que ça fonctionne
sqlplus
sys as sysdba
select utl_http.request('https://<host>:7002/apex/ws_outils/instances', NULL,'file:/M96SAN1A/progiciel/oracle/product/middleware/user_projects/domains/base_domain/wallets','Walletapex448') from dual;
ERREUR à la ligne 1 :
ORA-29273: échec de demande HTTP
ORA-29019: La version de protocole est incorrecte.
ORA-06512: à "SYS.UTL_HTTP", ligne 1491
ORA-06512: à ligne 1
Any help is welcome.