Hello OTN Members,
We are trying to call a Webservice from Oracle 11.2.0.3 database. We have added required certificates in Oracle Wallet. While calling that web service we are getting below error.
When trying with UTL_HTTP.BEGIN_REQUEST :
DECLARE
*
ERROR at line 1:
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1130
ORA-29106: Cannot import PKCS #12 wallet.
ORA-06512: at line 11
When trying with show_html_from_url :
*
ERROR at line 1:
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1527
ORA-29261: bad argument
ORA-06512: at "APPS.SHOW_HTML_FROM_URL", line 19
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1130
ORA-28860: Fatal SSL error
ORA-06512: at line 1
In both the cases we are setting up the wallet first with UTL_HTTP.SET_WALLET
Can anyone please suggest on this?
Thanks.