I just ran into a problem with my soap connection. Server is java6 and
client is php5.

Everything works fine, but as soon as i work with a hierarchical
structure of objects i get the problem that subclasses are lost.
Following example shows a simple setup:

Classes:
class a
class b extends a
class c extends a
class d extends a

Via soap i send an array of a. On the client side b, c and d are lost
now. Is there a way to keep subclasses?

Thanks,
flo

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"phpsoa" group.
To post to this group, send email to phpsoa@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.co.uk/group/phpsoa?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to