Re: how to grab a list of objects from a soap response
[email protected] (Ammarmar)
| Newsgroups | php.soap |
|---|---|
| Message-ID | <[email protected]> |
> 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.