combining two biztalk messages into one message inside message assignment shape

Home Page Forums BizTalk 2004 – BizTalk 2010 combining two biztalk messages into one message inside message assignment shape

Viewing 2 reply threads
  • Author
    Posts
    • #21721

      I am trying to combine two biztalk messages into one single message inside message assignment shape uisng c# code. Please let me know the best way to do it.

      Thanks,

    • #21723

      Hi,

      Are all the messages of the same schema xsd?

      • #21726

        Hi,

        In my case they are of different schemas. Could you please tell me what if they are of same type as well

        • #21728

          they do not have to be the same.

          What you do is you map the two message schemas to the one destination.

          Steps:

          Open up an orchestration

          on the orchestration view make sure you have the massage instance for the three schemas.

          Drag the transform shape to the orchestration.

          double click the center of the transform.

          Select New Map radio button

          Click Source under Transform.

          Select you two source messages under  Source Transform: on the right.

          Click Destination under Transform.

          Select your destination message under  Source Transform: on the right.

          OK

          Then a new map will be created under the project.

          You can open it an drag what you need from both the source schemas.

          Moja

          • #21733

            Thanks Wonder, Is there a way that i could do the same using c# code  inside expression or message assignment shape

    • #21736

      Please send me the two source xml docs and the expected output sample. Will take it from there.

      Are you in USA. I am noticing the time difference. I am in South Africa.

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