Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to call the URL with HTTPS connection with SSL certificate

Former Member
0 Likes
4,797

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

8 REPLIES 8
Read only

Former Member
0 Likes
1,621

Check if these links are of any use to you:

Edited by: Aparna Shekhar on Aug 7, 2008 8:52 AM

Read only

0 Likes
1,621

I totally agree with the solution of Aparna.

There are great links.

Read only

0 Likes
1,621

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)

Read only

Former Member
0 Likes
1,621

Thanks for very usefull links

Read only

Stephen3
Participant
0 Likes
1,621

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

Read only

Former Member
0 Likes
1,621

This message was moderated.

Read only

Former Member
0 Likes
1,621

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.

Read only

0 Likes
1,621

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