Soap.SOAPHTTPTrans.THTTPReqResp.SoapAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  SoapAction: string read GetSOAPAction write SetSOAPAction

C++

__property System::UnicodeString SoapAction = {read=GetSOAPAction, write=SetSOAPAction, stored=IsSOAPActionStored};

Properties

Type Visibility Source Unit Parent
property published
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp

Description

Specifies the SoapAction header to include in the HTTP message that executes the method call.

SoapAction specifies the SoapAction header that appears in the HTTP message that is sent by the Send method.The value of this header is deduced from information in a WSDL document, as indicated by the WSDLView property.

See Also