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?