com.TCPResponse.endXmlResponse

Ends a streaming TCP response.

Syntax

endXmlResponse(
   reader xml.StaxReader )
  1. reader is the STAX reader object created with beginXmlResponse().

Usage

Terminates the streaming TCP response identified by the xml.StaxReader object passed as parameter. This object must have been created with the beginXmlResponse() method.

In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.