Soap.InvokeRegistry.InterfaceMapItem.SOAPAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

SOAPAction: string;                       { SOAPAction of interface     }

C++

System::UnicodeString SOAPAction;

Properties

Type Visibility Source Unit Parent
field public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry InterfaceMapItem

Description

SOAPAction is the SOAP Action header (or set of SOAP Action headers) to use on messages directed to this interface.


If this is an empty string, the application generates a SOAP Action header that is based on the Namespace field. Assign SOAP Action headers using the RegisterDefaultSOAPAction or RegisterAllSOAPActions method. Note that if you have more than one interface with the same namespace URI, you must register them with different SOAP Action headers so that the server can distinguish them.

See Also