> 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
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'
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
3 matches
Mail list logo