‎2008 Aug 07 2:45 PM
Hi Experts,
I have to call to the URL https://secure.authorize.net/gateway/transact.dll from Sap R/3. This URL throws some response codes after passing few parameters with it, We need SSL certificate to run this URL.
Is is possible to call this URL from SAP and catch the response code in R/3?.
We have UNIX as O/S on application Server.
Thanks
Ganesh
‎2008 Aug 07 2:51 PM
‎2008 Aug 07 5:39 PM
I totally agree with the solution of Aparna.
There are great links.
‎2008 Aug 08 10:14 AM
These Links are to call HTTPS connection from WebService. There is no webservice (.Net or IIS ) installed on Application Server, We have Unix Red Hat ES as O/S and Basis consultant is unable to install the webservice.
1) Is it possible to install webservice on unix server?
2) is it possible to call HTTPS pages without Webservice (With SSl certificate)
‎2008 Aug 14 2:42 PM
‎2012 Jun 15 7:29 PM
Hi Ganesh;
I hope you are still active. I have the same situation. I need to call authorize.net from within ABAP as well. We are on Linux and are on ECC 6.0.
I have a test account with authorize.net.
Can you share with me your ABAP program if you got it working.
Thanks
Stephen Herlick
‎2014 Jul 16 12:56 AM
‎2014 Jul 17 10:33 PM
Hello,
I am trying to interface Authorize.net with SAP using https://secure.authorize.net/gateway/transact.dll
I am getting "Error calling Authorize.Net -HTTPIO_PLG_CANCELED" on client->send() method.. Any suggestions ? We are also, trying to get SSL certificate from Authorize.net but no help so far.
Thanks.
‎2014 Jul 17 10:47 PM
Hi Bharat;
Do you have the correct certificate installed in SAP. Use t-code strust, install the correct certificate in client SSL client (standard) and SSL Client (Anonymous).
You can get the certificate by entering the url into a browser and then figure out what certificate chain authorizate.net is using. I forget which ones they are.
Stephen