SetClientResponse

Set the XML response to be returned to client.

SetClientResponse(strResponse)

Parameters

  • strResponse : [in] String containing the response XML text

 

Return Values

none

 

Remarks

Alternatively you can use the ClientResponse global property.

With SetClientResponse you indicate SUCCESS for the entire client transaction. With SetErrorResponse you indicate transaction FAILURE. If both functions are executed in a script, SetErrorResponse has precedence. 

 

Example

SetClientResponse(strResponse);