Hi, > $c = new > nusoap_client('http://localhost:80/distribsys/newtest/server.php?wsdl') Aah, forgot to tell you to use "true" as the second argument for the nusoap_client constructor. Then it will work. If you want to use PHP5-SOAP, refer to http://php.net/soap. However you may need to generate the WSDL by yourself. Best regards Christian -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php