BindingOperation Object
Contains information about an operation associated with a binding for an asset.
This object is used by the following operations:
- Operations that reference the BindingOperations object
The properties included in the BindingOperation object are listed below.
Property | Type | Description |
---|---|---|
OperationName | string | The name of the operation. |
BindingOperationKey | string | a unique ID field for internal use only. |
WsdlOperationName | string | The name of the operation as it is represented in the WSDL. |
SOAP11Operation | SOAP11Operation | Contains information about a SOAP 1.1 operation for a specific asset. |
SOAP12Operation | SOAP12Operation |
Contains information about a SOAP 1.2 operation for a specific asset. |
HttpOperation | HttpOperation | Contains information about a REST-based operation for a specific asset. |