cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic url - http call

former_member234749
Participant
0 Kudos

Hi,

I am working on an interface and the design is, PI will have  to make a http call from PI and to fetch the files from apache server and then will make another http call with dynamic url (with the file name) to delete the file in the apache server and also map request xml to target xml structure to process the file to ECC through proxy.


I think we can make a trigger call from SAP through proxy for every five mins to initiate the BPM and then make a http call from BPM to fetch the file but how can we make another http call with dynamic url (with file the name) to delete the file in the server.


Can any one please suggest how can we achieve this?


Thanks,


Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi,

I think you can do your scenario in two parts:

1. Http (or Rest) - File. With SOAP Axis adapter () or Rest adapter () you can do a poll to search in the website for file at every X minutes and to deposit the file.

2. File to ECC Proxy. You do a poll to send the file to the ECC proxy. At mapping level, when you know securely the file has being processed you can do a call to delete the file on the website (With SOAP call or a call similar than this ).

Regards.