Soap.WSDLItems.IWSDLLookup.BuildWSDLLookup
Delphi
procedure BuildWSDLLookup(WSDLItems: IWSDLItems; IterateProc: TWSDLIterateProc); overload;
procedure BuildWSDLLookup(WSDLItems: IWSDLItems); overload;
C++
virtual void __fastcall BuildWSDLLookup(_di_IWSDLItems WSDLItems, TWSDLIterateProc IterateProc) = 0 /* overload */;
virtual void __fastcall BuildWSDLLookup(_di_IWSDLItems WSDLItems) = 0 /* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Soap.WSDLItems.pas Soap.WSDLItems.hpp |
Soap.WSDLItems | IWSDLLookup |
Description
Stores and imports the IWSDLItems and the IImports of a WSDL document.
Use BuildWSDLLookup to import and store the IWSDLItems and the IImports of a WSDL document to the TWSDLItems WSLD documents collection.
Note: Make sure that the WSDL document you want to add is active.