Is SOAP not really enabled?
2 answers - 601 bytes -

The techs at Rackspace just enabled SAP for me. I have a command:
$soap = new SoapClient('
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 '' 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 '' instead).
Is it possible that the Rackspace techs didn't do something right?
That would be a first indeed.
No.1 | | 596 bytes |
| 
Brian Dunning wrote:
The techs at Rackspace just enabled SAP for me. I have a command:
$soap = new
SoapClient('');
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 '' 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 '' instead).
Sorry to say, but there is no native soap extension in php4, it was
introduced with php5.
No.2 | | 585 bytes |
| 
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. NuSAP
2. PEAR::SAP
AFAIK Pear Soap was used as a basis for the native C extension, so would
probably provide the easiest space for you to work with if you are using
the native SAP stuff in PHP5. I do (did) prefer NuSAP though, at the
time it provided all of our SAP needs in PHP4. It can be downloaded as
a lib from Sourceforge IIRC.
All Email originating from UWC is covered by disclaimer