Re: [SOAP] Re: Why is response type NOT as specified in WSDL?
[email protected] (Richard Quadling) Mon, 18 Jul 2011 14:57:13 +0100
| Newsgroups | php.soap |
|---|---|
| Message-ID | <CAKUjMCWa66c0KqqHAnfX9LH44MyhrX44rbSebh0uUsrjN6QF6g@mail.gmail.com> |
On 18 July 2011 14:26, Shmuel Aharon Kam <[email protected]> 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