I am developing an orchestration that includes sending a request to an application which will respond with one of two different XML message types. I know I can define two matching inbound maps on my receive port, but what do I do in the orchestration to handle two types of message coming in on the same port?
The orchestration will perform transformations on either of the received message types and then send the transformed messages to the original requester.
I just can’t see in the world of orchestration how to handle two mesage types coming on the same receive port.
Thanks for anybody’s help on this.
-Mark Green