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

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

Pascal
function GetHttpBindingAttribute(const BindingName: WideString; Attribute: WideString): WideString; overload;
function GetHttpBindingAttribute(const QualifiedName: IQualifiedName; Attribute: WideString): WideString; overload;
C++
__fastcall BSTR GetHttpBindingAttribute(const BSTR BindingName, BSTR Attribute);
__fastcall BSTR GetHttpBindingAttribute(const IQualifiedName QualifiedName, BSTR 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. 

 

GetSoapBindingAttribute 

GetSoapFaultAttribute 

GetSoapHeaderAttribute 

GetSoapOperationAttribute 

GetSoapBodyAttribute

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