You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phpsoa
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
Thomy Berlin
unread,
Oct 4, 2008, 3:09:16 PM10/4/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to php...@googlegroups.com
Hi Flo
i'm not an expert here on the list - but why should the client know about b,c and d if you only send an array of a ?