PHP SOAP example

In order to deploy a webservice API you need at least a server and a client. PHP Soap makes the day! First install php-soap. Let’s suppose to be on a CentOS distro, you should issue a: yum install php-soap remember to reload Apache as well, with a service httpd restart Now you are ready to … Read more