SOAP calls dont' seem to work on my brand new CWP installation.
I can see the SOAP module enabled on the
PHP Short Info page but it does not appear on phpinfo() page.
When I do
php -i | grep -i soap I see
--enable-soap and
Soap Client => enabled.
It all seems fine but It doesn't work when I try to use it in my code.
I have tried to (re)install it using
yum install php-soap but still no luck.
Any clue please?