OperationSelection

Use this element to select an operation from those defined in the WSDL file.

Contained by

OperationSelectionArray

Contains

None

Attributes

Fields Description
Attribute: name
Valid values: operationName
Required?: No
Default value: None
Selects an operation to implement from the binding selected in the ServicePropertyArray. Specified operation(s) must exist in the services specified in the Service property array. If the specified operations are not found, an error message is generated.

Example

<OperationSelectionArray>
        <OperationSelection operationName="getBalance"/>
        <OperationSelection operationName="getInterestRate"/>
</OperationSelectionArray>