RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.GetSoapAction Method

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

Pascal
function GetSoapAction(const BindingName: DOMString; const Operation: DOMString; OverloadIndex: Integer): DOMString;
C++
__fastcall DOMString GetSoapAction(const DOMString BindingName, const DOMString Operation, int OverloadIndex);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!