Route File XML Format
The route file informs Gateway about managing the file set. The
file is in XML format and contains the information required by Common Services.
The bank can add additional data to the file by specifying a route
file formatter class and route file schema as part of the transmission
definition. The following XML is an example:
<destinations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="RoutingFileSchema.xsd">
<destRouting>
<icpcsRouting>
<outgoing>
<reader>com.ibm.icpcs.gatewayserver.filereader.NoParseReader</reader>
<fileDefName>AccFileDef</fileDefName>
<monitorPrefix>SRVS.10.U</monitorPrefix>
<fileSize>1236</fileSize>
<channelDefName>AccChannel</channelDefName>
<fileTrackingId>589</fileTrackingId>
</outgoing>
</icpcsRouting>
<eadFileType>file level</eadFileType>
<eadDestination>global</eadDestination>
</destRouting>
</destinations>