InterviewSolution
Saved Bookmarks
| 1. |
What is asynchronous communication under SAP PI communication? |
|
Answer» In an Asynchronous communication, you add an intermediate system or a middleware between two systems. When a Sender application sends a request, it does not wait for the Receiving application to send the response. If there is a failure due to some reason, the middleware is responsible for re-sending the message. If required, the receiving system can send a response back to Sender as a separate asynchronous call. |
|