The HTTPPart class / com.HTTPPart methods |
Returns the HTTP part as a string.
getContentAsString() RETURNING str STRING
Returns the HTTP part as a string.
To be used via methods: com.HTTPResponse.getPart, com.HTTPResponse.getPartCount, and com.HTTPResponse.getPartFromContentID
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).
The error -15573 is raised if the part cannot be converted to a Genero string or if the charset is not supported.