| |
phpsoa |
I just ran into a problem with my soap connection. Server is java6 and
Everything works fine, but as soon as i work with a hierarchical
Classes:
Via soap i send an array of a. On the client side b, c and d are lost
Thanks,
client is php5.
structure of objects i get the problem that subclasses are lost.
Following example shows a simple setup:
class a
class b extends a
class c extends a
class d extends a
now. Is there a way to keep subclasses?
flo