Creating Client Software

This chapter focuses on key points of creating client software that will interact with Plesk servers via the XML API protocol. We consider here the tasks that should be carried out by a client application, and possible ways of their implementation as well.

Note: Though all code samples in this chapter are in PHP, client software can be written in any programming language.

In this chapter:

Client Application Structure

Sending Request Packets

Parsing Response Packets

Handling Errors

Client Code Examples