Response Packet Structure
The lic_install node of the response packet is structured as follows:

- The result node is required. It wraps the result of the lic_install operation. Data type: resultType (
common.xsd). - The status node is required. It returns the execution status of the lic_install operation defining whether installing key has been successfully started or not. Data type: string. Allowed values: ok | error.
- The errcode node is optional. It returns the error code when the lic_install operation fails. Data type: unsignedInt.
- The errtext node is optional. It returns the error message if the lic_install operation fails. Data type: string.