• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Plesk XML API

cmaxwell

Regular Pleskian
I am trying to migratte a client from Plesk 7.5.4 to Plesk 8.2.1.

The migration starts and the status reports as OK, then I check the status again using exactly the same XML and it reports an error with the protocol version.

Here's the XML:

Code:
XML request:

<packet version="1.3.5.1">
<migration>
        <get_status>
                <migration_id>/usr/local/psa/tmp/supervisor.1359</migration_id>
        </get_status>
</migration>
</packet>
====================================
Sat, 27 Oct 2007 20:10:45 +0000:

XML response:
<?xml version="1.0" encoding="UTF-8"?>
<packet version="1.3.5.1">
  <migration>
    <get_status>
      <result>
        <status>ok</status>
        <migration_status>
          <total>9</total>
          <completed>0</completed>
        </migration_status>
      </result>
    </get_status>
  </migration>
</packet>

====================================
Sat, 27 Oct 2007 20:11:15 +0000:

XML request:
<packet version="1.3.5.1">
<migration>
        <get_status>
                <migration_id>/usr/local/psa/tmp/supervisor.1359</migration_id>
        </get_status>
</migration>
</packet>
====================================
Sat, 27 Oct 2007 20:11:15 +0000:

XML response:
<?xml version="1.0" encoding="UTF-8"?>
<packet version="1.3.5.1">
  <migration>
    <get_status>
      <result>
        <status>error</status>
        <errcode>15001</errcode>
        <errtext>Protocol version '1.4.0.0' not supported. Current protocol version is '1.3.5.1'
</errtext>
      </result>
    </get_status>
  </migration>
</packet>

Unless i'm going crazy, the protocol version remains as 1.3.5.1 throughout so why is it referring to 1.4.0.0?

Thanks in advance for anyone's help.
 
Back
Top