SyntaxFix
Write A Post
Hire A Developer
Questions
To install SOAP in PHP5.6 run following in your Ubuntu 14.04 terminal:
sudo apt-get install php5.6-soap service php5.6-fpm restart service apache2 restart
See if SOAP was enabled:
php -m
(You should see SOAP between returned text.)