XML schema validation

rbn

New member
Joined
May 19, 2011
Messages
2
Location
Brisbane
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
 
Back
Top