Diagnose
Look up the following inside your script file
phpinfo();
If you can’t find Soap Client
set to enabled
like so:
Fix
Do the following:
- Locate
php.ini
in your apache bin folder, I.eApache/bin/php.ini
- Remove the
;
from the beginning ofextension=php_soap.dll
- Restart your Apache server
- Look up your
phpinfo();
again and check if you see a similar picture to the one above - If you do, problem solved!
On the other hand if this doesn’t solve your issue, you may want to check the requirements for SOAP here. Also in the comment section you can find good advice on connecting to https.