RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.GetBindingOfType Method

Returns the names of all bindings associated with a specified port type.

Pascal
function GetBindingOfType(const BindingTypeName: DOMString; const TNS: DOMString = ''): IQualifiedNameArray; overload;
C++
__fastcall IQualifiedNameArray GetBindingOfType(const DOMString BindingTypeName, const DOMString TNS = '');

Call GetBindingOfType to retrieve the names of the bindings that are associated with the specified port type. Each bindings is defined in the WSDL document or another document that it imports. A binding identifies an encoding format (e.g. soap:rpc) and communications protocol (eg. HTML) that is available for a specific port type (interface). 

BindingTypeName is the type of the binding. This is the name of a port type for which the binding describes an encoding format and communications protocol. 

TNS is the namespace in which BindingTypeName is defined. If this parameter is omitted, GetBindingOfType assumes the value of the TargetNamespace property. 

GetBindingOfType returns an array of qualified names for each binding defined for the specified type. 

 

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