• 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

RPC API Plesk 8.3

1

1stDNSLtd

Guest
I am sending a request through ...


<?xml version="1.0" encoding="UTF-8"?>
<packet version="1.4.2.0">
<domain>
<get>
<filter/>
<dataset>
<gen_info/>
</dataset>
</get>
</domain>
</packet>

to plesk 8.3 ... and i get back an empty string... when I try the same request (although different packet version) to plesk 8.2 i get back an XML response :) but 8.3 does not work... how can i debug this ??

tail -f /usr/local/admin/logs/*error*_log shows me my XML statement but nothing else ?

Thanks
 
Back
Top