System.Web.Services.Discovery.DiscoveryDocument Class

Represents a discovery document. This class cannot be inherited.

See Also: DiscoveryDocument Members

Syntax

[System.Xml.Serialization.XmlRoot("discovery", Namespace="http://schemas.xmlsoap.org/disco/")]
public sealed class DiscoveryDocument

Remarks

XML Web services discovery involves discovering the available XML Web services, given an URL. The URL typically points to a discovery document, which usually has a.disco file name extension. The discovery document, which is an XML document, contains references to information about the existance of XML Web services, such as a service description, XML Schema Definition (XSD) language schema, or another discovery document. This class represents the contents of the discovery document; where the DiscoveryDocument.References property contains a list of the references contained within the discovery document.

Requirements

Namespace: System.Web.Services.Discovery
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0