Soap.WSDLItems.TWSDLItems.GetSoapAction

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

Delphi

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

C++

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

プロパティ

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

説明

指定されたバインディングの指定された処理についての soapAction 属性値を返します。

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

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

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

OverloadIndex は,処理がオーバーロードされるときにどの処理が要求されるのかを示します。

関連項目