Examples of connecting web services ver. 1.1.7

PHP

IMPORTANT! The client is connected to the production system.

  1. to configure the client, you need to fill out the file src/CompanyRestClient/Http/Config/Config.php
    • //private $_user_login = ''; // set a login to work via WS
    • //private $_user_password = ''; // set a password for working via WS
  2. to call examples, you must fill out the file example/config.php
    • //user_login' => '' // set the login for calling examples
    • //user_password' => '' // set a password for calling examples