cancel
Showing results for 
Search instead for 
Did you mean: 

Covnert Complex XML to Simple XML tags using Adapter Module

Former Member
0 Kudos

Hi

<buyer>

<fnParty:partyIdentifier partyIdentifier="GER" partyIdentifierQualifierCode="SenderAssigned"/>

</buyer>

I want to convert above complex xml into following simple xml document

<buyer>GER</buyer>

I am writing adapter module. Could any one please tell me how to convert this

Regards

Sowmya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Is partyidentifier is source xml and buyer in target xml?

You can map the attribute to buyer element in message mapping itself.

Why do you want adapter module?

Thanks,

Beena.