RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.GetSoapBindingAttribute Method

Returns the value of a specified attribute of a specified SOAP binding.

Pascal
function GetSoapBindingAttribute(const BindingName: WideString; Attribute: WideString): WideString;
C++
__fastcall BSTR GetSoapBindingAttribute(const BSTR BindingName, BSTR Attribute);

Call GetSoapBindingAttribute to retrieve value of an attribute on a SOAP binding. GetSoapBindingAttribute locates a binding with the specified name that includes a <soap:binding> tag, and returns the specified attribute from that <soap:binding> tag. 

BindingName is the name of the binding that includes the <soap:binding> tag. A binding describes the encoding and transport protocols for an associated port type. 

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

If BindingName does not identify a binding that includes a <soap:binding> tag that has the specified attribute, GetSoapBindingAttribute returns an empty string. 

 

GetSoapBodyAttribute 

GetSoapFaultAttribute 

GetSoapHeaderAttribute 

GetSoapOperationAttribute 

GetBindingForServicePort

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