Outbound EDI Batching

Home Page Forums BizTalk 2013 & BizTalk 2013 R2 Outbound EDI Batching

Viewing 1 reply thread
  • Author
    Posts
    • #28002

      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>

      </TransportTypeInfo>

          </ScheduleHeader>

      <Schedule Header>

        .

        .

       .

           </ScheduleHeader>

        <Schedule Header>

        .

      .

      .

      <\ScheduleHeaderInfo>

      </ScheduleInfo>

      My 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?

    • #28038

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

Viewing 1 reply thread
  • The forum ‘BizTalk 2013 & BizTalk 2013 R2’ is closed to new topics and replies.