System.Web.Services.Description.Import Class

Associates an XML namespace with a document location. This class cannot be inherited.

See Also: Import Members

Syntax

[System.Web.Services.Configuration.XmlFormatExtensionPoint("Extensions")]
public sealed class Import : DocumentableItem

Remarks

The Web Services Description Language (WSDL) import element that is enclosed by the definitions element allows the separation of different parts of the XML Web service into different documents, which can then be imported as required. Each document's URL is associated with a unique XML tag prefix that represents the XML namespace for that document's elements. For more information about WSDL, see the specification at http://www.w3.org/TR/wsdl/. For more information about XML namespaces, see the System.Web.Services.WebServiceAttribute.Namespace property.

Requirements

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