- Contents
SOAP Notifier COM API Developer's Guide
ISOAPRequest::SOAPAction Property
get_SOAPAction
Gets the SOAPAction code of the request.
Function Prototype
HRESULT SOAPAction(
[out, retval] BSTR* pbstrResult
);
C/C++ Syntax
HRESULT get_SOAPAction(BSTR* pbstrResult);
Parameters
pbstrResult
The return value is a string containing the SOAPAction for this request.
put_SOAPAction
Sets the SOAPAction code of this request.
Function Prototype
HRESULT SOAPAction(
[in] BSTR bstrSOAPAction
);
C/C++ Syntax
HRESULT put_SOAPAction(BSTR bstrSOAPAction);
Parameters
bstrSOAPAction
The input parameter is a string containing the SOAPAction to assign to this request.