cancel
Showing results for 
Search instead for 
Did you mean: 

third party HTTP url to be run after ftp transfer SAP PI

sharprabs
Participant
0 Kudos

I have created a ftp scenario in which ftp data is transferred from SAP to another server

and it is working fine. After transfer I wish to run a Http url request as follows

(http://xxx.xx.xx.xx:85/RunMYExe.asp?id=3&wait=1)

Kindly help.

Regards

Sharada

Accepted Solutions (0)

Answers (1)

Answers (1)

weberpat
Contributor
0 Kudos

If you have curl installed, you could use it to call the HTTP URL from the OS level.

Otherwise, you could create a BPM, request an acknowledgement in the send step going to the file adapter and trigger the HTTP call from the BPM when the transfer was successful.

sharprabs
Participant
0 Kudos


Just went through this thread. Not sure if curl is installed anyways will check.

https://archive.sap.com/discussions/thread/3158776

Regards

Sharada