GetClientRequest
Obtain the XML request sent by client.
var strReq = GetClientRequest();
Parameters
None
Return Values
If no error occurs, the returned value is a string containing the XML.
On error, the return is null.
Remarks
Alternatively you can use the ClientRequest global property.
Example
var strReq = GetClientRequest();