Outbound EDI – How to generate multiple Transaction sets in a single EDIFACT

Home Page Forums BizTalk 2004 – BizTalk 2010 Outbound EDI – How to generate multiple Transaction sets in a single EDIFACT

Viewing 1 reply thread
  • Author
    Posts
    • #26550

      Hi

      I have an XML file that has the following structure

      <EDI Header></EDI Header>

      <ScheduleInfo>

      <ScheduleHeaderInfo><!–1 or more repetitions:–>

      <Schedule Header>

      <TransportTypeInfo><!–1 or more repetitions:–>

      <TransportDetails>

      <CallDetailsInfo><!–1 or more repetitions:–>

      <CallDetails>

      </CallDetails>

      </CallDetailsInfo>

      </TransportDetails>

          </ScheduleHeader>

      <Schedule Header>

        .

        .

      .

          </ScheduleHeader>

        <Schedule Header>

        .

      .

      .

         <\ScheduleHeaderInfo>

      </ScheduleInfo>


      M
      y aim is to generate multiple transactions (i.e UNH – UNT, UNH – UNT,..) in a single EDIFACT. I have successfully extracted the individual transactions based on the number of schedule header exists in the file (using Looping in Orchestration). Now i have to generate a single UN EDIFACT with all this extracted Individual transactions. Can anyone guide me how to achieve this?


    • #26554

      I worked it out myself and found the solution by using batching concept. Thanks!!

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