RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.GetOperationsForBinding Method

Fills a list with the names of all operations defined on the port type of a specified binding.

Pascal
procedure GetOperationsForBinding(const BindingName: DOMString; OperationNames: TDOMStrings; QualifiedNames: Boolean = False);
C++
__fastcall GetOperationsForBinding(const DOMString BindingName, TDOMStrings OperationNames, Boolean QualifiedNames = False);

Call GetOperationsForBinding to retrieve the names of all operations defined for the port type associated with a specified binding. An operation corresponds to a method on the interface that corresponds to a port type. A binding represents a port type, plus the protocols used to encode data and transmit requests when calling that port type. 

BindingName is the name of the binding associated with the port type whose operations are retrieved. 

OperationNames is an existing TWideStrings object to which the names of all operations on the binding's port type are added. 

QualifiedNames specifies whether the operation names should be qualified using the target namespace prefix.

Note: GetOperationsForBinding does not clear the WideString list before adding the names of the operations.
 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!