com.HttpServiceRequest.getRequestPartFromID

Returns the HttpPart object of the given Content-ID value.

Syntax

getRequestPartFromID(
   id STRING)
  RETURNS com.HttpPart
  1. id defines the Content-ID value.

Usage

Returns the HttpPart object of the given Content-ID value, returns NULL if there is none.

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).