Dear All I have Centos 6.4 Final running on a (Linux certified) HP PC. I'm writing a small EPOS app in PHP and need to access various Magento SOAP methods. When I installed php (via yum) I did not know I needed SOAP. So i used yum install php-soap at a later date. After which I did yum update. Looking at the phpinfo() output Link http://www.prendas.co.uk/images/download/phpinfo.pdf SOAP appears to be working. However I get "SOAP extension is not loaded." in my PHP code when I try and load it. Can anybody pls help? Thanks Andy