Re: [PHP] Is SOAP not really enabled?

2006-09-11 Thread Paul Scott
> Sorry to say, but there is no native soap extension in php4, it was > introduced with php5. > Yeah, in PHP4 you may want to go with one of two routes: 1. NuSOAP 2. PEAR::SOAP AFAIK Pear Soap was used as a basis for the native C extension, so would probably provide the easiest space for y

Re: [PHP] Is SOAP not really enabled?

2006-09-11 Thread Ryan Creaser
Brian Dunning wrote: 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'

[PHP] Is SOAP not really enabled?

2006-09-11 Thread Brian Dunning
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