Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

MacDonaldsd

macrumors 65816
Original poster
Sep 8, 2005
1,005
0
London , UK
Hi all,

Im getting the following error "Fatal error: Class 'SoapClient' not found"

When I use the following line:

$soap = new SoapClient('ex.wsdl');

How do I get soap working?
 
From php.net
Installation

This extension is only available if PHP was configured with --enable-soap.
Indeed,
Code:
php -m
confirms that Soap is not enabled in Leopard's PHP.

You'll need to compile and install your own PHP.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.