RAD Studio VCL Reference
|
IWSDLItems provides access to a WSDL document.
IWSDLItems = interface;
__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.
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!
|