But this keeps giving me the error:Notice: Undefined property: stdClass::$Projects in C:\wamp\www\wsSoilution.php on line 55Notice: Trying to get property of non-object in C:\wamp\www\wsSoilution.php on line 55Any 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