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.
-- Tony Marston http://www.tonymarston.net http://www.radicore.org "Manoj Singh" <[email protected]> wrote in message news:[email protected]... > Hi All, > > I am implementing the web service through PHP SOAP library. > > Actually I want to return the object to the client through web service so > that client can call all the methods of that object. > > Please help me out. > > Regards, > Manoj > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

