cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Message Mapping Multiple Segments

Former Member
0 Kudos
607

Hi all,

I am not sure how to make this scenario work, you are welcome to share your thoughts.
My requirement is I need to create a multiple segment inside a xml file and inside this segment
there could be a 0:unbounded occurrence of another segment.


Here is an example of the xml structure.

<supply>

    <supply_code>PEN033</Supply_code>

    <unit_code>PC</unit_code>

    <sites>

        <site>PRN03</site>

    </sites>   

    <sites>

        <site>TER01</site>

    </sites>   

    <sites>

        <site>CRN05</site>

    </sites>   

</supply>

<supply>

    <supply_code>ERS004</Supply_code>

    <unit_code>PC</unit_code>

    <sites>

        <site>PRN03</site>

    </sites>   

    <sites>

        <site>CRN05</site>

    </sites>   

</supply>



View Entire Topic
suman_sourabh
Participant
0 Kudos

Hi Topeqejj,

Please make your requirement more clear with Input and Output structure.

Regards,
Suman