Re: Multiple Types of Msgs

Home Page Forums BizTalk 2004 – BizTalk 2010 Multiple Types of Msgs Re: Multiple Types of Msgs

#21572

Hi there,

If all you are doing is map the incoming messages to a different message type you do not need an orchestration. You can use the same receive location with the XML disassembler for all incoming message types from the same folder. Then create a send port with a filter on the receive port’s name and put all the maps on the send port – it should pick up what map to run based on the incoming message type.