cancel
Showing results for 
Search instead for 
Did you mean: 

cURL Implementation

hsonnenahalli
Contributor
0 Kudos

Dear Experts-

I have a situation where the client is suggesting to send the data using cURL which is a free ware for windows. In this regard wanted to know exactly where it has to be impleimented in XI and also the steps involved. I am going through this link http://curl.haxx.se/docs/manpage.html to get some insight regarding the cURL but am not sure if there any examples relating the implementation in SAP XI.

Please let me know.

Thanks in Advance.

Regards

Hari

Accepted Solutions (0)

Answers (3)

Answers (3)

hsonnenahalli
Contributor
0 Kudos

Thank you all.

baskar_gopalakrishnan2
Active Contributor
0 Kudos

cURL is a software tool which sends data using various standard transport protocols such as SFTP, HTTPS, HTTP, POP3, IMAP etc.But it is not a middleware tool. This is just a tool to push data from your local box to the trusted servers within the network.

Whereas  PI is a middleware tool for the message mediation. It supports all these transport protocols for the mediation.  PI does mapping, monitoring, logging and many features in additon to message mediation. IMO, you don't need to integate cURL with PI.

Hope that helps.

hsonnenahalli
Contributor
0 Kudos

cURL is not and cannot implemented in XI. it's just a standalone tool to manually test the https connection using the certificates from your local laptop.In the end it is just another way of trying to find out where the issue is with AS2 but it will not replace XI or change anything on XI side.