June 2017
Intermediate to advanced
536 pages
9h 49m
English
The PHP soap extension provides SoapClient and SoapServer classes. We can use the SoapServer class to set up a SOAP service server with or without a WSDL service description file.
Before moving forward, we should make sure we have the soap extension installed. We can do so by observing the output of the php -m console command or taking a look at the phpinfo() function output:

With the soap extension available and loaded, we can prepare our soap-service project directory as per the following ...
Read now
Unlock full access