Soap.WSDLItems.TWSDLItems.GetHttpBindingAttribute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetHttpBindingAttribute(const BindingName: DOMString; Attribute: DOMString): DOMString; overload;
function  GetHttpBindingAttribute(const QualifiedName: IQualifiedName; Attribute: DOMString): DOMString; overload;

C++

System::UnicodeString __fastcall GetHttpBindingAttribute(const System::UnicodeString BindingName, System::UnicodeString Attribute)/* overload */;
System::UnicodeString __fastcall GetHttpBindingAttribute(const _di_IQualifiedName QualifiedName, System::UnicodeString Attribute)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
Soap.WSDLItems.pas
Soap.WSDLItems.hpp
Soap.WSDLItems TWSDLItems

Description

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

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.

See Also