You mean, $client = new SOAP_Client; require_once 'SOAP/CLient.php'; ? php soap_cli.php Fatal error: Cannot instantiate non-existent class: soap_client in soap_cli.php on line 3 With the code above. Please check your php.ini display_errors setting and/or error_reporting (php.ini too) Arnaud. > One thing that I've noticed is that a script using PEAR::SOAP dies with no > error message when it tries to instatiate a class that has not been defined. > This is not just a problem with missing dependencies, but also if you > accidentally instatiate a class before you have loaded it's include file. > > Has anyone else noticed this? > > -Javier > > -----Original Message----- > From: Abdul-Wahid Paterson [mailto:aw@lintrix.net] > Sent: Wednesday, August 27, 2003 4:14 PM > To: Will Green > Cc: soap@lists.php.net > Subject: Re: [SOAP] soap problems revisited > > > > > > > Did you use pear to install SOAP, or did you just unzip the SOAP > > Package? > > > > I ask because pear shouldn't let you install SOAP without Net_DIME. > > No I didn't use pear to install SOAP. I just unzipped the tar.gz file. My > mistake, just strange that it didn't generate any error message. > > -- > Abdul-Wahid Paterson > > Lintrix Networking & Communications ltd. > Web: http://www.lintrix.net/ > Tel: +44 20 8904 2348 > Email/Jabber: aw@lintrix.net > -------------------------------------------------------------------- > Web-Hosting | Development | Security | Consultancy | Domains > -------------------------------------------------------------------- > > -- > PHP Soap Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php