Stage | Description |
Stage 1 | Service A uses guaranteed delivery to invoke Service B on the remote Integration Server. When the local server requests Service B, the local server generates a GD Start event. By default, the GD Start event is logged to the txoutyyyymmdd.log file. |
Stage 2 | The remote Integration Server receives the request and begins executing Service B. When the remote server begins executing Service B, the remote server generates a Tx Start event. By default, the Tx Start event is logged to the txinyyyymmdd.log file. |
Stage 3 | The remote Integration Server finishes executing Service B and generates a Tx End event. By default, the Tx End event is logged to the txinyyyymmdd.log file. |
Stage 4 | The remote Integration Server sends the results of Service B to the requesting client (here, the local Integration Server). |
Stage 5 | The local Integration Server receives the results of Service B and generates a GD End event. By default, the GD End event is logged to the txoutyyyymmdd.log file. |