cancel
Showing results for 
Search instead for 
Did you mean: 

XML Tag with mutilple value

clayton_barbosa
Participant
0 Kudos

HI!

How do I make the XML tag using the Msg Mappind (PI) 7.4?

<ReferenceInformation Type="ShipperReferenceNumber">

      <Value>1</Value>

      <Value>2</Value>

      <Value>3</Value>

  </ReerenceInformation>

  <ReferenceInformation Type="FreightForwarderRefNumber">

       <Value> 31</Value>

       <Value> 32</Value>

  </ReferenceInformation>

Thanks!

Accepted Solutions (0)

Answers (2)

Answers (2)

apu_das2
Active Contributor
0 Kudos

Hi Clayton,

What is your source XML structure from which you want to do the conversion and create the attached target xml structure through MM.

Please provide source DT . Then only we can give you MM idea to create your desired target structure.

Thanks,

Apu

former_member190293
Active Contributor
0 Kudos

HI Clayton!

Just set occurrence of element "Value" to "0..unbounded" or "1..unbounded" in data type definition and fill that element with values from outbound queue in your mapping.

Or please clarify your requirement further: what is your source message structure and what kind of output you want to produce.

Regards, Evgeniy.