Soap.WSDLItems.TWSDLItems.GetWSDLDoc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetWSDLDoc: IWSDLDocument;

C++

Soap::Wsdlbind::_di_IWSDLDocument __fastcall GetWSDLDoc();

Properties

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

Description

Returns the interface for this TWSDLItems instance.

GetWSDLDoc returns the IWSDLDocument for this TWSDLItems instance. This interface can be used to access the Definition property, which supplies uninterpreted access to the definitions in the WSDL document.

See Also