Define XMLValidatingReader class.- The XMLValidatingReader class (Assembly: System.Xml.dll) represents a reader that provides:
a. Document type definition (DTD) b. XML-Data Reduced (XDR) schema c. XML Schema definition language (XSD) validation
- It implements the XMLReader class.
- It provides support for data validation.
- It throws an XmlException on XML parse errors.
- XmlValidatingReader.ReadState property is used to check whether a reader is in error state.
- The XmlValidatingReader.ValidationType property specifies what type of validation the reader should perform.
|
Define SOAP, WSDL, and UDDISOAP, WSDL, and UDDI - SOAP, Simple Object Access Protocol is a communication protocol, a way to structure data before transmitting it, is based on XML standard..