On 18 July 2011 14:26, Shmuel Aharon Kam <shmuel@kam-motion.com> wrote: > array ('classmap' => $classes, 2 things. 1 -Add ... error_reporting(-1); ini_set('display_errors', 1); to your main code. 2 - Change ... array ('classmap' => $classes, to array ('classmap' => self::$classes, as you are referring to a static variable and not a global one. What you are missing is the ... Notice: Undefined variable: classes in - on line ... -- Richard Quadling Twitter : EE : Zend : PHPDoc @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php