2 Realtime 27x Route
The route splits the inbound file into separate eligibility requests, submits data to Visualizer Server for visualization on dashboards and tracking, and creates a 271 transaction as a response.
Route structure:
Route Components Description:
Inbound 270
|
FS Inbound |
Picks up the 270 transactions from the file system. |
Request Processing
|
XE Native |
Splits the incoming 270 transactions into separate items, generates reports and acknowledgments. |
271 Template
|
Velocity |
Transforms the data to emulate 271 response transaction generation based on the Velocity template 271template.dat that is available in the folder ${XESRoot}/profiles/Visual Tracking Sample_1/config/configuration/velocity. |
Archive Report
|
FS Outbound |
Saves the LDNS reports on the file system. |
Visibility - Request
|
Visualizer Reporter |
Submits the data to Visualizer Server for visualization on dashboards and further tracking. |
Load Ack
|
Subroute |
Send the data for further processing on the subroute Load Ack. |
Archive File
|
FS Outbound |
Saves the original files on the file system. |
Response Processing
|
XE Native |
Validates the emulated 271 response and generates an LDNS report. |
Visibility - Response
|
Visualizer Reporter |
Submits the LDNS report to Visualizer Server for visualization on dashboards and further tracking. |