Being a newb I would appreciate any corrections if I'm fundamentally misunderstanding concepts here
I'm using a web service call to my online shopping cart to return a list of records in XML format. Using the Method Web Service action, I can store that mass of XML text as an Action Result... but then what? Is there a way to translate that XML data into records for my Method tables using Method actions?
I imagine the alternative would be to modify my service call to return one record at a time, or even one field at a time, and use character functions to remove the XML code around the data before sticking them into tables. I also imagine that being a very painful and unpragmatic solution.
Is Method perchance clever enough to interpret the entire list of records, and map it to a Method table of my choosing?
PS: what I'm really hoping is that there is a solution that doesn't involve creating a third party app that would make the web service call, then use the Method API to insert the data into Method.