Multiple Types of Msgs

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

Viewing 1 reply thread
  • Author
    Posts
    • #21566

      Hi

      I have a System XYZ which sends me 6 different types of msgs.

      I have configured Type1 msgs to a IN folder and the orchestration works fine and output is visible in Type1 OUT foler. I also use a Pipeline with XML disassembler option.

      My question is when i try to get a Type2 msg, Can i configure it to the same Type1 IN folder and get the output in Type1 OUT folder. Is that possible ? If not Do i need to have a separate folder for Type2 IN for it and separate out folder i.e Type2 OUT

      My 2nd question is Can i use the same Receive Pipeline for all the types of msgs, In the document schemas i selected both the msgs but I couldnt do it.

      My 3rd question is Can i use the same orchestration, i mean one orchestration for all the types of messages. By checking the type of msg etc

      As of now i have 2 separate in folers for 2 types of msgs, 2 orchestrations and 2 receive piplelines. I m not too sure if thats the proper way of doing. My solution works, need advise from Experts reg. the efficiency and scalability.

      Thanks

      Srini

    • #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.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.