com.HttpRequest.addPart
Adds a new part to the HTTP root part request.
Syntax
addPart( part com.HttpPart )
- part defines 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).