Soap.WSDLBind.IOperation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IOperation = interface(IDocumented)

C++

__interface  INTERFACE_UUID("{84BC9B4C-019A-4614-A050-A0BB165E7CC2}") IOperation  : public IDocumented

Properties

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

Description

IOperation is an interface for the operations in a WSDL document.

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

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

See Also