I have an XML file that points to its XSD located on a web server.
<order xsi:noNamespaceSchemaLocation="http://something.somewhere.com>
In AXv3, validation was simple -- xmlDoc = XMLDocument::newXML(xml, true, true)
Although XMLDocument::newXML in AX 2009 still has a parameter for validation, it does not appear to work. No error, no warning, nothing when I step on some values.
What is the trick in AX 2009 for validating XML against an XSD housed in a web when the XSD is referenced in the XML?
*This post is locked for comments