First steps - Access the Web service and list client

Preparation

  1. Configure your PHP installation so that it has the CURL extension installed and activated:
  2. Create a file list_the_clients.php at the root of the web server that you have chosen.
  3. Specify where to find the web server in your file:
    require_once( './ PSWebServiceLibrary.php' );
    

Configured this way, your file should be found in the same folder as PSWebServiceLibrary.php.