com.TCPRequest.doXmlRequest

Persforms a request with a DOM document.

Syntax

doXmlRequest(
   document xml.DomDocument )
  1. document is the DOM document describing the request.

Usage

The doXmlRequest() method performs the TCP request by using the information defined in the xml.DomDocument object passed as parameter.

The connection is shutdown for writing, to notify that no data will be sent.

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