PHP Script to check if the PHP SOAP client is installed.
<?php var_dump(class_exists(“SOAPClient”)); ?> If you’re having problems with an application on your web hosting service where SOAP seems to be unavailable, you can check to make sure using the script…