Response Packet Structure
The upload output XML packet is structured as follows:

- The result node is required. It wraps the response retrieved from the server. Data type: resultType (
common.xsd). - The status node is required. It specifies the execution status of the upload operation. Data type: string. Allowed values: ok | error.
- The errcode node is optional. Is returns the error code if the upload operation fails. Data type: integer.
- The errtext node is optional. It returns the error message if the upload operation fails. Data type: string.
- The name node is required. Specifies the name of the uploaded file. Data type: string.
- The file node is required. Specifies full name of the temporary file. Data type: string.