The process of validating XML against a schema or DTD can play an important role in any application where XML documents are exchanged. This sample application shows how a Web Service method can be exposed that allows XML to be sent to a Web Service, validated against a schema, and then processed accordingly.
|