Soap.WSDLItems.TWSDLItems.GetSoapBindingAttribute

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function  GetSoapBindingAttribute(const BindingName: DOMString; Attribute: DOMString;  var SOAPVersion: TSOAPVersion): DOMString;

C++

System::UnicodeString __fastcall GetSoapBindingAttribute(const System::UnicodeString BindingName, System::UnicodeString Attribute, Soap::Wsdlintf::TSOAPVersion &SOAPVersion);

プロパティ

種類 可視性 ソース ユニット
function public
Soap.WSDLItems.pas
Soap.WSDLItems.hpp
Soap.WSDLItems TWSDLItems

説明

指定した SOAP バインディングの指定した属性の値を返します。

GetSoapBindingAttribute メソッドを呼び出すと,SOAP バインディングの属性の値を取得できます。GetSoapBindingAttribute メソッドは,<soap:binding> タグを含む指定した名前を使ってバインディングを特定し,指定した属性を <soap:binding> タグから返します。

BindingName は,<soap:binding> タグを含むバインディングの名前です。バインディングは,関連付けられたポートの種類に対するエンコードおよび転送プロトコルを記述します。

Attribute は,<soap:binding> タグの目的の属性名です。

BindingName が属性を指定した <soap:binding> タグを含むバインディングを識別できない場合,GetSoapBindingAttribute は空の文字列を返します。

関連項目