Soap.WSDLItems.IWSDLItems.GetWSDLDoc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetWSDLDoc: IWSDLDocument;

C++

virtual Soap::Wsdlbind::_di_IWSDLDocument __fastcall GetWSDLDoc() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Soap.WSDLItems.pas
Soap.WSDLItems.hpp
Soap.WSDLItems IWSDLItems

Description

Returns the IWSDLDocument interface for the WSDL document.

GetWSDLDoc returns a IWSDLDocument interface, which supplies uninterpreted access to the definitions in the WSDL document. To access these definitions more easily, use the GetWSDLItems method, which returns a reference to the underlying TWSDLItems object.

See Also