Im trying push some data into a CRM system via an XML import.
I have XML Schemas for the CRM system (XSD’s) which are pretty complex (big files with lots of namesapces), I’m struggling to figure out what the XML should look like and the namesapces are not helping at all.
I need an easy way to prototype the XML documents, once I have a set of working XML templates I can code up the data feed properly.
Any suggestions?
We’ve been using Liquid XML Studio for ages, the XSD Diagrams make it easy to understand the XSD’s. There is also a feature where you can create a sample XML document, this can sometimes be a good start. Finally the intellisense in the XML Editor gives you all the options and ensures you have the correct namespaces.