cancel
Showing results for 
Search instead for 
Did you mean: 

XML

0 Kudos

Hi All,

In Proxy to File scenario, output file is XML.

For one of the XML field in output file, how to make the opening and closing tag of XML to be different.

Example :-

XML Field - InstdAmt

XML field populated in output file :-

Please suggest.

Accepted Solutions (1)

Accepted Solutions (1)

former_member182412
Active Contributor
0 Kudos

Hi Vinoth,

Create attribute called Ccy under element InstdAmt element in the receiver data type and do the mapping for attribute then you will get required output..

Regards,

Praveen.

0 Kudos

Thanks Praveen

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Vinoth,

Try to create an inbound XSD for your output scenario. If you have the desired XML output, you have a lot of tools like this Free Online XSD/XML Schema Generator From XML - FreeFormatter.com to generate automatically XSD from XML.

Later with an usual message mapping you can do the map to the attribute and the node without problems.

Regards.