Soap.WSDLBind.IOperations

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IOperations = interface(IXMLNodeCollection)

C++

__interface  INTERFACE_UUID("{52270B19-5C86-4C77-AF4F-A620655ED9E2}") IOperations  : public Xml::Xmlintf::IXMLNodeCollection

Properties

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

Description

IOperations is an interface for collections of operations in a WSDL document.

Use the IOperations interface to access the properties and methods specific for collections of operations in a WSDL document.

In the structure of a WSDL document, the collection of operations are defined within the portType element.

See Also