Soap.WSDLItems.TWSDLItems.GetSoapOperationAttribute

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

Delphi

function  GetSoapOperationAttribute(const BindingName, Operation, Attribute: DOMString;
OverloadIndex: Integer; var SOAPVersion: TSOAPVersion): DOMString;

C++

System::UnicodeString __fastcall GetSoapOperationAttribute(const System::UnicodeString BindingName, const System::UnicodeString Operation, const System::UnicodeString Attribute, int OverloadIndex, Soap::Wsdlintf::TSOAPVersion &SOAPVersion);

プロパティ

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

説明

SOAP バインディングの処理の <soap:operation> ノードの属性値を返します。

GetSoapOperationAttribute メソッドを呼び出して,指定した SOAP バインディングの操作に関連付けられた <soap:operation> タグの属性値を取得できます。soap operation タグは,WSDL ドキュメントまたはそれがインポートされた別のドキュメント内に入れることができます。

BindingName は,操作を含むバインディングの名前です。

Operation は,<soap:operation> タグを含む処理の名前です。

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

OverloadIndex は,バインディングに同じ名前の処理(オーバーロードされたメソッド)が複数含まれているときにどの処理ノードが要求されるのかを示します。0 は指定された名前の最初の処理ノードを示し,1 は 2 番めの処理ノードを示すといった具合です。

関連項目