• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

API problem

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:

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?
 
Hello All,

I am facing the similar problem.
Any suggestions?

Thanks,
truptim
 
I had Plesk upgraded and now everything works smoothly
 
Originally posted by Emanuelez
I had Plesk upgraded and now everything works smoothly

I updated Plesk too, but the error remains:
<errtext>Protocol version '0.0.0.0' is not supported. Current protocol version is '1.4.2.0'</errtext>.
 
Back
Top