In the following graphic, synchronous communication is used to report an error from the receiver system to the sender system.
- If an application on the receiver side triggers an error, the proxy runtime converts the corresponding exception class to a fault message and transfers it to the sender system using the Integration Server.
- The proxy runtime in the sender system interprets the fault message and triggers the exception for the outbound message interface.
- In the sender system, the application can catch and handle the exception using a
try/catchApplicationFaultException
block. Using the super exception class , you can catch all remaining application errors.