Response Packet Structure
The get-supported-types 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: DatabaseServerResultType (
database_output.xsd). - The status node is required. It specifies the execution status of the get-supported-types operation. Data type: string. Allowed values: ok | error.
- The errcode node is optional. Is returns the error code if the get-supported-types operation fails. Data type: integer.
- The errtext node is optional. It returns the error message if the get-supported-types operation fails. Data type: string.
- The type node is optional. It returns the types of supported database servers if the get-supported-types operation succeeds. Data type: string.