Hello @Roland , i want to know more about this, i have used the value mapper → serialize xml, but my data is not transformed
Roland
2
Hey, Could this be what you are looking for?
mine does not get transformed to json, this is from the incoming configuration
Roland
4
Oh are you trying to get from XML to JSON?
Then you’d need to deserialize.
1 Like
thank you @Roland , one more thing, i am getting this error message now : xmlns: URI fashionmaster is not absolute
Gugi
8
Hi @abubakar
Is “fashionmaster” the actual xmlns for the DataTable root element?
An xmlns (XML Namespace) should be identified by URI reference (Namespaces in XML 1.0 (Third Edition)).
I tried to put the XML file in a Postman Mock server and updated the xmlns of the DataTable element to an URI, i.e., https://www.fashionmaster.co.uk and Alumio can decode the XML.
2 Likes
Thank you, your solution is correct
Roland
10
@abubakar
You can select the answer that turned out to be the solution.
1.

2.

This will also help others in the future.
thanks for that, i have done that
1 Like