Soap.WSDLBind.IWSDLDocument

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IWSDLDocument = interface(IXMLDocument)

C++

__interface IWSDLDocument  : public Xml::Xmlintf::IXMLDocument

Properties

Type Visibility Source Unit Parent
interface
class
public
Soap.WSDLBind.pas
Soap.WSDLBind.hpp
Soap.WSDLBind Soap.WSDLBind

Description

IWSDLDocument provides low-level access to the definitions in a WSDL document.

IWSDLDocument is an interface to the TWSDLDocument class. It is primarily for internal use, because it only provides access to the Definitions property, which is used for low-level access to the definitions in a WSDL document. It is generally easier to work with a TWSDLItems object. You can often obtain this from an IWSDLDocument interface by using the global Supports function (Delphi) or the Supports method (C++) to obtain an IWSDLItems interface from this one, and then obtaining a TWSDLItems object from that interface.

See Also