i have a Centos 5.5 server and i have install apache and php 5.3.5 i have compiled the php with --enable-soap=shared. After that i enable the extension soap.so in php.ini and i restart the server.

Also i whith php -m | grep soap and with php --re soap | grep SoapServer i can see the soap and soapserver.

But when i write in my test.php $server = new SoapServer ( etc) i got an arror in error_log of apache "Class SoapServer not found in ..."

Any ideas?