Soap.WSDLItems.TWSDLItems.GetSoapAction

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

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

Description

Returns the value of the soapAction attribute of a specified operation on a specified binding.

Call GetSoapAction to retrieve the value of the soapAction attribute on the <soap:operation> tag associated with an operation on a specified SOAP binding. The soap operation tag can be in the WSDL document or in another document that it imports.

BindingName is the name of the binding that includes the operation.

Operation is the name of the operation that includes the <soap:operation> tag.

OverloadIndex indicates which operation is desired when the operation is overloaded.

See Also