SetClientResponseTC
Set the Transaction Control Data (XML) to be returned to client.
SetClientResponseTC(strRspTC)
Parameters
- strRspTC : [in] String containing the transaction control XML text
Return Values
none
Remarks
Alternatively you can use the ClientResponseTC global property.
This feature is for diagnostic purposes only. You are not required to set the response TC. By default, the request TC is echoed back to the client.
Example
SetClientResponseTC(strRspTC);