Message from discussion
inheritance and soap
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Received: by 10.100.140.1 with SMTP id n1mr83996and.28.1223063883098; Fri, 03
Oct 2008 12:58:03 -0700 (PDT)
Date: Fri, 3 Oct 2008 12:58:03 -0700 (PDT)
X-IP: 85.181.141.145
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.1)
Gecko/2008071420 Iceweasel/3.0.1 (Debian-3.0.1-1),gzip(gfe),gzip(gfe)
Message-ID: <0bec97ce-0768-45c7-bd48-d66a22eea408@d1g2000hsg.googlegroups.com>
Subject: inheritance and soap
From: flo <f...@flobittner.de>
To: phpsoa <phpsoa@googlegroups.com>
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