RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.GetBindings Method

Fills a WideString list with the names of all bindings defined in the WSDL document.

Pascal
procedure GetBindings(BindingNames: TWideStrings; QualifiedNames: Boolean = False);
C++
__fastcall GetBindings(TWideStrings BindingNames, Boolean QualifiedNames = False);

Call GetBindings to retrieve the names of all bindings defined in the WSDL document. A binding identifies an encoding format (e.g. soap:rpc) and communications protocol (eg. HTML) that is available for a specific port type (interface). 

BindingNames is an existing TWideStrings object to which the names of any defined bindings are added.  

QualifiedNames indicates whether the binding names should be qualified using the target namespace prefix.

Note: GetBindings does not clear the WideString list before adding the names of all defined bindings.
 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!