are you getting this error on your SOAP PHP scripts?

Fatal error Class SoapClient not found in /var/clienSOAP.php on line xx

if so, then this means that you dont have SOAP installed

if you have shell access to your server then you can just install it by sending this command:

yum intall php-soap


after the installation has been completed, then you will need to restart your web server:

/etc/init.d/httpd restart


after it completes the installation, you wont get this error anymore

NOTE: this is my configuration:

Linux CentOS 5
Apache 2
PHP 5