โ08-02-2023 07:34 AM
Dear all,
what is the best practice to convert a json response to a individual xml format without using the function .to_xml?
I have to create an individual XML file for importing data into another application.
Thank you in advance
Regards,
Christian
Solved! Go to Solution.
โ08-02-2023 09:05 AM
Hi @ccontzen,
Depending on the complexity of the XML format there are multiple solutions to his.
You could do this through the Message Templates as described here.
Or use the recently updated XML parser by providing a XSLT document, see updated docs here.
Let me know if this works for you, happy to look into it in more detail if needed.
โ08-02-2023 09:05 AM
Hi @ccontzen,
Depending on the complexity of the XML format there are multiple solutions to his.
You could do this through the Message Templates as described here.
Or use the recently updated XML parser by providing a XSLT document, see updated docs here.
Let me know if this works for you, happy to look into it in more detail if needed.