RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWSDLItems Interface

IWSDLItems provides access to a WSDL document.

Pascal
IWSDLItems = interface;
C++
__interface IWSDLItems;

IWSDLItems is an interface to the TWSDLItems class. You can use this interface to load the WSDL document from a file or server, obtain access to the TWSDLItems object whose methods provide information about the definitions in that document, and obtain an IWSDLDocument interface for low-level access to the definitions in the document.

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

typedef System::DelphiInterfaceDelphiInterface_object< IWSDLDocument >  _di_IWSDLDocument;

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!