Module for AS4 Version 10.1.May 2019 | Understanding and Using webMethods AS4 Module | Installing and Using AS4 Module | Built-In Services | Summary of Elements for the WmAS4 Package | wm.ip.estd.as4.util.multihop:routingFunction
 
wm.ip.estd.as4.util.multihop:routingFunction
Returns the information needed to forward a received message in a multi-hop exchange. This is the default routing service that the intermediary MSH (Module for AS4) invokes to determine which MSH the received message should be forwarded to next.
This service uses the ebMS PartyInfo element and its sub-elements to determine the forwarding address. You can customize this service by editing the mappings in the WmAS4\config\RoutingTable.properties.
Input Parameters
routingInput
Document. A document reference to the com.wm.estd.as4.documents.multihop.routingFunction:RoutingInput document type, which specifies the subset of the header content of the ebMS user message, specifically, the eb3:UserMessage element.
Output Parameters
result
Document. A reference to com.wm.estd.as4.documents.multihop.routingFunction:NextDestination, which specifies the destination details for the message to be forwarded.