Adapter for SAP 10.1 | webMethods Adapter for SAP Documentation | webMethods Adapter for SAP Installation and User’s Guide Documentation | Built-in Services | Specifications | pub.sap.transport.XML:xmlRoutingInfo
 
pub.sap.transport.XML:xmlRoutingInfo
To allow routing for incoming XML documents, the user must provide a service that implements this specification.
This service will be called prior to selecting the right routing notification by the routing listener.
Input Parameters
node
- OR -
XML Node object that can be generated by calling pub.xml:xmlStringToXMLNode and is automatically generated when posting an XML document via HTTP (using text/xml).
document
XML in hierarchical structure.
Return Values
document
XML in hierarchical structure.
sender
Contains the sender value as determined by this XML routing info service.
receiver
Contains the receiver value as determined by this XML routing info service.
msgType
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 as determined by this XML routing info service. One of the following codes:
*1 - Execute (default)
*4 - Confirm