Soap.WSDLBind.IBindingOperations

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IBindingOperations = interface(IXMLNodeCollection)

C++

__interface  INTERFACE_UUID("{D579620B-8339-4271-98A4-D3FDBAF3B0A6}") IBindingOperations  : public Xml::Xmlintf::IXMLNodeCollection

Properties

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

Description

IBindingOperations is an interface for a collection of binding operation elements in the WSDL document.

Use the IBindingOperations interface to access the properties and methods specific for the collection of binding operation elements in a WSDL document.

IBindingOperations exposes methods and properties that can be used to access and add binding operations to the WSDL document.

See Also