Re: how to grab a list of objects from a soap response

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



But this keeps giving me the error:

Notice: Undefined property: stdClass::$Projects in C:\wamp\www\wsSoilution.php on line 55

Notice: Trying to get property of non-object in C:\wamp\www\wsSoilution.php on line 55

Any suggestions?


The simplest solution is to check the result structure first:

var_dump($result);

Most likely you will get an array of objects.

--
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux