Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 73760

Validate XML against XSD located in a web

$
0
0

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?


Viewing all articles
Browse latest Browse all 73760

Trending Articles