How to do the Import mapping of XML response of an API and show it on page in Mendix

0
Hi All, I am trying to do an import mapping for a response of an API and show that on a page in Mendix. But I am getting an error as XML can not be parsed. Can you please help in how to do the XML import mapping of an API response and show all data on a page.
asked
3 answers
0

Can you share the error that you get, together with the XML and the way you set up the import mapping?

answered
0

Store the XML response in a string and validate the output, did you mapped the attributes correctly in the import mapping?

answered
-1

Probably you haven't yet defined a JSON structure and import mapping for your rest Call.

As you haven't taken any learning path of mendix I suggest you take these learning paths first

Platform basics: https://academy.mendix.com/link/paths/31/Become-a-Rapid-Developer 

Integration https://academy.mendix.com/link/modules/138/lectures/1226/5.1-Consume-a-REST-Service 

answered