I have been trying to use sql to do an HTML POST to authorze.net test site and been having trouble getting it to work.
select utl_http.request ('https://test.authorize.net/gateway/transact.dll',null,
'file:D:\app\rjones\product\11.2.0\client_1\BIN\own\WALLETS\rjones') from dual;
and I am getting this error
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1577
ORA-28759: failure to open file
ORA-06512: at line 1
I have varified that the certificate for authorize.net is not expired. The certificate chain is complete. The path is correct. The wallet was create using Oracle Wallet Manager...
Anyone have advice?
Thanks
Richard
Solved! Go to Solution.
03-29-2012 06:50 AM
03-30-2012 07:05 AM - edited 03-30-2012 07:06 AM
Nevermind. We are going w/ paypal instead.
Thanks,
Richard
03-30-2012 07:05 AM - edited 03-30-2012 07:06 AM