• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Plesk API - XML-RPC gives 1002 error

S

serlank

Guest
Hi,

I'm trying to use the plesk xml-rpc api, and send the following message to the server :

<packet version="1.3.4.0">
<server>
<get><gen_info /></get>
</server>
</packet>

But I get this as the response :

<?xml version="1.0"?>
<packet version="1.3.4.0">
<system>
<status>error</status>
<errcode>1002</errcode>
<errtext>Wrong request</errtext>
</system>
</packet>

If anyone could help I would appreciate it. I can't seem to find any documentation on this.
 
Back
Top