Hi, > I'm trying to follow a tutorial I got from devchannel.org for using PEAR for > Web services and the dumbass author says HOW to get the required modules, > but no clue as to WHAT modules are required. have a look at http://pear.php.net/SOAP, there is a list of all required modules (dependencies) apart from PEAR::SOAP. Then you can install them: pear install xx Regards Christian -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php