com.HTTPServiceRequest.getRequestPartCount

Returns the number of additional multipart elements.

Syntax

getRequestPartCount()
  RETURNING num 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.