Data Import from REST Service via XML import Mapping

0
Hi Everyone ,  I have a REST call retrieving me data in XML format . Can someone help me how can i create an import mapping with XML . I know how to import json data but confused about how to do the same in case of XML . As in case of Json response we can create Json structure but how can we create a structure in case of XML.   
asked
2 answers
3

You need to add an .xsd file describing your xml structure. I aggree, json is much easier.

answered
2

You need to create a xsd file and based on the xsd you can create the mapping.

answered