A complete route typically consists of a starting endpoint, a string of processing nodes, and one or more destination endpoints. The tooling saves routes in the context file regardless of whether they are complete.
![]() | Important |
|---|---|
The tooling appends every new node added to Design view to its |
Connecting two nodes in a Route container on the canvas is as simple as dragging a line from one to the other. Each node in a route has a connector arrow. Selecting a node and dragging its connector arrow to a target node establishes a connection between the two nodes.
![]() | Note |
|---|---|
Not all nodes can be connected. When you try to connect a source node to an illegal target
node, the tooling displays the |
To connect two nodes:
In the Route container on the canvas, select the source node to display its connector arrow.
Drag the source node's connector arrow (
) to the target node.
The direction of the connection represents the direction messages flow between the nodes in the route.
While hovering over the target node, release the mouse button to drop the connector on it.
The route editor updates the <route> element in the
routing context file with the xml generated from the connection. You can view
the xml in Source view.
When you are done, save your work by selecting > from the menu bar.