The techs at Rackspace just enabled SOAP for me. I have a command:
$soap = new SoapClient('http://geocoder.us/dist/eg/clients/ GeoCoderPHP.wsdl');
which works fine on my PHP 5.1.6 development server, but it won't run on my 4.3.9 server at Rackspace. The only place 'soap' appears in phpinfo() is '--with-soap' up in the Configure Command section. There is no Soap section further down on the page, as there is on my dev server (which, I notice, says '--enable-soap' instead).
Is it possible that the Rackspace techs didn't do something right? That would be a first indeed.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php