cancel
Showing results for 
Search instead for 
Did you mean: 

doubt in the Message Mapping

clayton_barbosa
Participant
0 Kudos

Hi!

In

  I have in Structure MsgProperties "NOME_TR"  and "NRROTA_TR".

  I need to put in the "Identifier" like below .

  How do i make it?

  <ConveyanceInformation>

            <Type>ContainerShip</Type>

            <Identifier Type="VesselName">NOME_TR </Identifier>

              Identifier Type="VoyageNumber">NRROTA_TR</Identifier>

  </ConveyanceInformation>

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Snavi
Active Participant
0 Kudos

Hi Clayton,

you can right click on the identifier tag and select Duplicate Subtree in your target message in the message mapping

clayton_barbosa
Participant
0 Kudos

  But how do i put the "NOME_TR"  and "NRROTA_TR" into "Identifier" ?

   NOME_TR --> "Identifier" .

   "NRROTA_TR"  --> "Identifier" .

Thank you!

Snavi
Active Participant
0 Kudos

Hi Clayton,

your identifier tag should be unbounded. once you duplicate, you will have 2 identifier nodes.

map NOME_TR -> identifier

and map VesselName to the type attribute

repeat the same for second identifier node.

please provide the source xml and the expected target xml if there is some other requirement

clayton_barbosa
Participant
0 Kudos

I click right button of mouse and "duplicated subtree".

Is it ok?

Snavi
Active Participant
0 Kudos

you need to duplicate subtree on the identifier node , not on the child of identifier

Answers (0)