Step 1 Client Emulation Route
The route emulates the client side that sends and receives data using the REST Client component. The route picks up 276 data files from the file system and sends the data as a request body to http://localhost:9058/rest (an embedded RESTful web service that starts with the profile). The route waits for a response message (2a 277 data file or an acknowledgement) and stores the response in the file system.
In the Real-Time mode, the client only receives one response file for any 276 transaction. This can be an acknowledgement (an Ack 999 or a TA1 if there are errors in 276), a 277 Good transaction, or a 277 E2 Timeout Response.
Route Structure
Route Components Description
| Inbound 276 Request
|
FS Inbound |
Picks up the 276 transactions from the file system. |
| REST Client
|
REST Client |
Makes a call to http://localhost:9058/rest, which is a RESTful endpoint of the XEServer RESTful Web Service. The component sets the XEServer property Correlation which is used later on other routes to correlate 276 data files.
|
| Response to Client
|
FS Outbound |
Stores the route processing results on the file system: a 277 response file, or an acknowledgement. |