RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.GetHttpBindingAttribute Method (DOMString, DOMString)

Returns the value of a specified attribute of a binding's <http:binding> node.

Pascal
function GetHttpBindingAttribute(const BindingName: DOMString; Attribute: DOMString): DOMString; overload;
function GetHttpBindingAttribute(const QualifiedName: IQualifiedName; Attribute: DOMString): DOMString; overload;
C++
__fastcall DOMString GetHttpBindingAttribute(const DOMString BindingName, DOMString Attribute);
__fastcall DOMString GetHttpBindingAttribute(const IQualifiedName QualifiedName, DOMString Attribute);

Call GetHttpBindingAttribute to retrieve value of an attribute on the http binding tag of a specified binding. The http binding tag can come from the WSDL document or another document that it imports. 

BindingName or QualifiedName is the name of the binding that includes the <http:binding> tag. 

Attribute is the name of the desired attribute on the <http:binding> tag. 

 

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