I'm trying a simple web service example and I get this error even though I uncommented extension=php_soap.dll
in the php.ini
file:
Fatal error: Class 'SoapClient' not found in C:\Program Files (x86)\EasyPHP-5.3.9\www\server.php on line 2
I'm trying a simple web service example and I get this error even though I uncommented extension=php_soap.dll
in the php.ini
file:
Fatal error: Class 'SoapClient' not found in C:\Program Files (x86)\EasyPHP-5.3.9\www\server.php on line 2
You have to inherit
nusoap.php
class and put it in your project directory, you can download it from the Internet.Use this code:
For AWS (RHEL):
(56 here is 5.6 PHP version - put your version here).
For Docker* add this line:
*: For debian based images, ie. won't work for alpine variants.