Routing File XML Format
The basic overall structure of the routing file XML document is
represented by the destinations XML tag. All routing information is
contained in the overall document tag. The following is the high-level
structure for this XML section:
<destinations>
<destRouting>
<icpcsRouting>
<outgoing>
<channelDefName>ftmEmailChan</channelDefName>
<reader>NOPARSE_READER</reader>
<fileDefName>Check Print</fileDefName>
<fileTrackingId>1</fileTrackingId>
<trackableId>4</trackableId>
<clearingAttributes>
<businessDate>20130613</businessDate>
<businessCategory>5</businessCategory>
</clearingAttributes>
</outgoing>
</icpcsRouting>
</destRouting>
</destinations>Table 1 describes
the elements in the routing file XML.
| Node Name | Node Type | Description |
|---|---|---|
| destinations | ELEMENT | Routing file XML root element |
| destRouting | ELEMENT | Contains the receiving point routing definitions. This element is only specified once. |
| icpcsRouting | ELEMENT | The Common Services routing definitions. This element is only specified once. |
| outgoing | ELEMENT | The routing used for outgoing work. This element is only specified once. |
| channelDefName | TEXT | Channel definition name for the routing XML |
| reader | TEXT | Defines which Gateway reader is used to interpret the information in the file |