com.HTTPServiceRequest.getRequestPartCount
Returns the number of additional multipart elements.
Syntax
getRequestPartCount()
RETURNS INTEGER
Usage
The root multipart is handled via standard readTextRequest()
,
readXmlRequest()
, readDataRequest()
and beginXmlRequest()
.
The number of parts is only available when the entire request has been read.
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).