Define XMLValidatingReader class - DOT.NET

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.
What is .Net Web Service?
.Net Web Service - Web service is the way to publish application's function on web that can be accessible to the rest of the world.......
Define SOAP, WSDL, and UDDI
SOAP, 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..
.Net Web Service protocols - Explain the protocols a .Net Web Service uses
.Net Web Service protocols - In .Net, a web service is bind with three different protocols such as HTTP/POST, HTTP/GET, and SOAP.
Post your comment