• 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.

Standards in XML API

P

Patrick M

Guest
I am a new user of the Plesk API and I was struck by the problematic schema validations.

One rather curious validation exception I got was because I reused the same code to generate the inner elements of a Client/add and a Client/set xml requests.

When revising the schema, I understood that the exception was thrown because the sequence order was not respected:

ADD: <hosting> comes before <limits>
SET: <hosting> comes after <limits>

Working around this situation involves making two specific routines for the two calls, not very pleasant when doing maintenance.

Any ideas regarding this ?
 
Back
Top