RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPReqResp.SoapAction Property

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

Pascal
property SoapAction: string;
C++
__property AnsiString SoapAction;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!