First off, I realize that xsd:any forces me into the XmlSerializer. I'm fine with that. What I'm trying to do is create a WCF service that understands a cut down version of SPMLv2. The root type for ...
We have an XML schema .xsd file, and I know the structure of the XML file as well (obviously). However, I need to export data from SQL server and drop it into an XML file. The table structure would be ...