cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP calls Salesforce.com via HTTPS

Former Member
0 Kudos

Hello,

I'm trying to develop client application by ABAP.

This ABAP code calls external Salesforce.com web services.

I have created a client proxy from WSDL file that is published on salesforce.com.

The endpoint is "https://login.salesforce.com/services/Soap/c/20.0"

I created RFC destination but I don't know how to set up SSL transportation to this endpoint.

Does anyone know the procedures to configure SSL ABAP client.

Thank you,

Koji Nagai

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Koji,

Try referring to this link: [HTTP and SSL|http://help.sap.com/saphelp_nw70/helpdata/en/14/ef2940cbf2195de10000000a1550b0/frameset.htm]

Regards,

Shival

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

That answer to you question is in http://help.sap.com

In short, you have decide first if you want an anonymous SSL connection or an SSL connection using an X.509 client certificate and to create the corresponding entry in STRUST.

All the details are in help.sap.com...

Regards,

Olivier