Positive responses received from server look as follows:
<packet version="1.4.2.0">
<server>
<srv_man>
<result>
<status>ok</status>
<id>web</id>
</result>
</srv_man>
</server>
</packet>
<packet version="1.4.2.0">
<server>
<srv_man>
<result>
<status>ok</status>
<id>postgresql</id>
<id>mysql</id>
</result>
</srv_man>
</server>
</packet>
Negative responses received from server look like below:
<packet version="1.4.2.0">
<server>
<srv_man>
<result>
<status>error</status>
<errcode>1026</errcode>
<errtext>Service coldfusion is not installed</errtext>
<id>coldfusion</id>
</result>
</srv_man>
</server>
</packet>
Such error is received if the request packet tried to perform an operation on the service which is not installed on the server.
<packet version="1.4.2.0">
<server>
<srv_man>
<result>
<status>error</status>
<errcode>1013</errcode>
<errtext>service does not exist</errtext>
<id>Plesk</id>
</result>
</srv_man>
</server>
</packet>
Such error is received if the request packet tried to perform an operation on the service which does not exist.