Child pages
  • Chapter 3 - First steps - Access the Web service and list client

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Preparation:
Configure your PHP installation so that it has the CURL extension installed and activated:
With Windows: Place this line in your php.ini file : extension=php_curl.dll
Linux/Mac: install the CURL extension sudo apt-get install php5-curl
Copy the file provided by PSWebServiceLibrary.php to the root of your Web server. We will explain how to use this library in this tutorial.

Note :
You can do this tutorial on a local drive even while your store is on the internet.

...