Some time ago I had to create an interface between MSDyn365FO and a web service that returned data as XML. I decided to use X++’s XML classes (XmlDocument, XmlNodeList, XmlElement, etc…) to parse the XML and get the data. These classes are terrible. You get the job done but in an ugly way. There’s a better method to quickly parse XML or JSON in MSDyn365FO.
There’s a…
Continue Reading Adrià Ariste Santacreu’s Article on their blog
https://ariste.info/en/2019/09/parse-xml-and-json-easily-in-msdyn365fo-quickly/
Blog Syndicated with Adrià Ariste Santacreu’s Permission