Soap.WSDLItems.IWSDLLookup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IWSDLLookup = interface

C++

__interface  INTERFACE_UUID("{0A742759-AD54-4458-AF5E-C2BC971157D2}") IWSDLLookup  : public System::IInterface

Properties

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

Description

IWSDLLookup provides access to the collection of imported WSDL documents of a TWSDLItems class.

Use the IWSDLLookup interface to manage the stored WSDL documents imported from a file or a server.

Note: C++ method declarations that use IWSDLLookup use the _di_IWSDLLookup type instead. This type is a DelphiInterface wrapper around the IWSDLLookup interface:

typedef System::DelphiInterface<IWSDLLookup> _di_IWSDLLookup;

See Also