Tony Marston wrote:
It is not possible to return an object via a web service, only data. You can create an object in the client process, then populate it with data obtained from a web service.
You can serialize the object and return that via the web service. On the receiving end it can then be unserialized.
Cheers, Rob. -- http://www.interjinn.com Application and Templating Framework for PHP -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php