Soap.WSDLItems.IWSDLItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IWSDLItems = interface

C++

__interface  INTERFACE_UUID("{F71B4B05-C5AB-4484-B994-64F3F9E805C7}") IWSDLItems  : public System::IInterface

Properties

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

Description

IWSDLItems provides access to a WSDL document.

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.

See Also