Soap.WSDLItems.IWSDLLookup.GetWSDLItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetWSDLItems(const URLLocation: string): IWSDLItems;

C++

virtual _di_IWSDLItems __fastcall GetWSDLItems(const System::UnicodeString URLLocation) = 0 ;

Properties

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

Description

Returns the stored IWSDLItems of an imported WSDL documents collection.

Use GetWSDLItems to get the stored IWSDLItems of an imported WSDL documents collection.

See Also