Xml Schema Validation by using XSD file OR location

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi,
I have found many threads and articles about Xml Schema validation. But couldnt find what I was looking :(
I have an Xml File, which needs to be uploaded into a remote server via calling a web service.
Xml schemaLocation is provided in the xml file, and additionally they have provided schema as an xsd file.
before doing the upload, the file needs to be validated against schema(as per the specification). what doest it mean ?
Does it mean it needs to be validated against the xsd file which they have provided OR
schema validation by using the location in the xml file?
P.S. Due to the privacy policy contract with our client, I cant paste the schema details here.
Im using VS2010 .net4 C# windows forms for development
Thanks in adavance
Robz

View the full article
 
Back
Top