XML routing info

To allow routing for incoming XML documents, the user must provide a service that implements this specification. The service is called before the appropriate routing notification is selected by the routing listener.

Input parameters
node - OR -
XML Node object that can be generated by calling XML:xmlStringToXMLNode and is automatically generated when an XML document through HTTP (text or XML) is posted.
document
XML in hierarchical structure.
Note: You can specify the node or document in the input parameters.
Return values
document
XML in hierarchical structure.
sender
The parameter contains the sender value as determined by this XML routing info service.
receiver
The parameter contains the receiver value as determined by this XML routing info service.
msgType
The parameter contains the message type value as determined by this XML routing info service.
$tid
TID of the transaction as determined by this XML routing info service.
$action
Optional. The transaction state is determined by the XML routing information service.
  • 1. Default. Run.
  • 4. Confirm.