Response Packet Structure
The generate node of the 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. Specifies the execution status of the generate operation. Data type: string. Allowed values: ok | error.
- The errcode node is optional. Is used to return the error code when the generate operation fails. Data type: unsignedInt.
- The errtext node is optional. Can be used to return the error message if the generate operation fails. Data type: string.
- The csr node is required. It contains the CSR component of generated certificate. Data Type: string.
- The pvt node is optional. It contains the Private Key component of generated certificate. Data Type: string.