Export to XML

6
I've got an XML schema and mapping and can import records from an XML file. What's the usual way to write out an XML file with objects from the model? There's an "import XML" action but no "export XML" action and all I can think of is to write a Java action which composes a DOM and writes it out. Is there an easier way?
asked
1 answers
2

Unfortunately you have to use Java right know. An export to XML microflow activity is on the roadmap, but no details are available right now.

answered