Soap.WSDLBind.IBindingOperation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IBindingOperation = interface(IDocumented)

C++

__interface  INTERFACE_UUID("{2A4A10F1-269F-427C-9FAC-305B53743F8B}") IBindingOperation  : public IDocumented

Properties

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

Description

IBindingOperation is an interface for a binding operation element in the WSDL document.

Use the IBindingOperation interface to access the properties and methods specific to the binding operation element in a WSDL document.

IBindingOperation exposes methods and properties that can be used to access the name, input, output and faults of a binding in a WSDL document.

See Also