com.HTTPRequest.addPart

Adds a new part to the HTTP root part request.

Syntax

addPart( p com.HTTPPart )
  1. p is the HTTPPart object.

Usage

Adds a new part to the HTTP root part request. This part is sent after root part has been processed.

In case of error, the method throws an exception and sets the STATUS variable. Depending on the error, a human-readable description of the problem is available in the SQLCA.SQLERRM register. See Error handling in GWS calls (STATUS).