I have a fairly complex collection of WSDL definitions and associated XSDs.
I have used WSDL.EXE with the /si qualifier to generate a Class. I have
then written my own code to implement the Class. That all works fine.
BUT, I need as a first step to validate that the incoming XML is valid
against the schema. I have seen some examples using a tool called
DevelopMentor, but they all seem to be related to .NET 1.1 so are perhaps a
little dated.
What is the recommended way to validate incoming XML against a [complex]
schema in .NET2?
Thanks.
Arindrajit Biswas - 05 Nov 2007 13:39 GMT
have a look on http://www.dotnetspider.com/kb/Article3397.aspx and
http://msdn.microsoft.com/msdnmag/issues/02/11/XMLFiles/
> I have a fairly complex collection of WSDL definitions and associated XSDs.
> I have used WSDL.EXE with the /si qualifier to generate a Class. I have
[quoted text clipped - 9 lines]
>
> Thanks.