AndyStorey Posted July 19, 2013 Share Posted July 19, 2013 Dear AllI 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() outputLink http://www.prendas.co.uk/images/download/phpinfo.pdfSOAP 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?ThanksAndy Link to comment https://forums.phpfreaks.com/topic/280314-php-soap-extension-not-loading/ Share on other sites More sharing options...
PravinS Posted July 19, 2013 Share Posted July 19, 2013 try using NUSOAP - SOAP toolkit for php http://sourceforge.net/projects/nusoap/ Link to comment https://forums.phpfreaks.com/topic/280314-php-soap-extension-not-loading/#findComment-1441377 Share on other sites More sharing options...
AndyStorey Posted July 19, 2013 Author Share Posted July 19, 2013 try using NUSOAP - SOAP toolkit for php http://sourceforge.net/projects/nusoap/ Thanks for the repy but I'd rather stick with php-soap thank you. Link to comment https://forums.phpfreaks.com/topic/280314-php-soap-extension-not-loading/#findComment-1441386 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.