Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Two message types coming in on one receive port › Re: Two message types coming in on one receive port
January 14, 2010 at 1:50 AM
#24066
I had the same situation.
I created a message of type XmlDocument. Set my receive shape to expect that message. I put a filter on the receive shape to accept messages with the types I wanted.
I then added a decide shape that decides based on the message type to do necessary transformation.
I worked like a charm.