cancel
Showing results for 
Search instead for 
Did you mean: 

Asynchronous, but need Ack without using BPM and IDocs.

svalluri23
Participant
0 Kudos

Hi Experts,

I would like to do a scenario i.e., "Asynchronous communication, but need Acknowledgement without using BPM and also without using IDocs whether it is sender side or receiver side". Please help me.

Thanks in advance

Srihari.

Accepted Solutions (0)

Answers (2)

Answers (2)

Ryan-Crosby
Active Contributor
0 Kudos

Hi Srihari,

What type of scenario would this be?  That could play a role in how the acknowledgement would be handled.

Regards,

Ryan Crosby

anand_shankar10
Active Participant
0 Kudos

Without using BPM will be little longer process. But the alternative way is to add one more receiver in the receiver determination and send some file to that location with the actual mapping getting executed for the actual receiver. and in the second interface you can get the file created at second receiver back to the source location. But this will be little long as compared to synchronous scenarios.

Flow:

Source

          Receiver 1--> Actual mapping as per requirement

          Receiver 2(For Ack)--> Create a mapping with blank file sent to Receiver

Receiver 2-->File Adapter--> Source through 2nd mapping/interface and keep the File adapter pooling interval around 5 sec or less so that you can get the file back to source location.

Regards

Anand