E
Emanuelez
Guest
I'm trying to write a client that uses the API to create domains and so on.
The problem is that when i send a packet, for example:
i get back something like:
Any hint?
The problem is that when i send a packet, for example:
Code:
<?xml version="1.0"?>
<packet version="1.4.2.0">
<domain>
<get>
<filter/>
<dataset>
<limits/>
<prefs/>
<user/>
<hosting/>
<stat/>
<gen_info/>
</dataset>
</get>
</domain>
</packet>
i get back something like:
Code:
<?xml version="1.0"?>
<packet version="0.0.0.0">
<system>
<status>error</status>
<errcode>1005</errcode>
<errtext>Protocol version '0.0.0.0' is not supported. Current protocol version is '1.4.2.0'</errtext>
</system>
</packet>
Any hint?