You are on page 1of 1

On the next wizard page, we confirm that the direction of the port is set to send a

message and receive a response. We should now connect the service's send and
receive shapes with the connectors on the logical port operation. Our final shape
in the orchestration should be an Expression shape where a success confirmation is
printed. If we want to extract data from the response message as proof that the
response was successfully received, then we need to distinguish a field within the
service response schema. In my case, I distinguished the Name element and printed
that value out. To complete the orchestration, I added a new logical receive port
for accepting the inbound order. The finished orchestration looks like this:

You might also like