Build the request flow for the getQuote operation: create
the mediation primitives, set their properties, and wire the flow.
When you connect source and target operations, a request
flow and a response flow are created for each source operation that
is connected. Select the source operation to view the request flow.
The flow is represented from left to right. You will see an input
node on the left. This is where the request message enters the flow.
On the right are two callout nodes, one for each target operation.
You will also see an ImmediateResponse node. This node is used when
a message is to be returned to the client after the flow is executed.
We will not use this node in our sample. You will add mediation primitives
between the input and callout nodes and wire the flow. The completed
request flow is shown below:
To
build the request flow, complete the following steps: