Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 50351 invoked from network); 3 Nov 2005 18:03:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Nov 2005 18:03:03 -0000 Received: (qmail 47349 invoked by uid 500); 3 Nov 2005 18:02:41 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 47331 invoked by uid 500); 3 Nov 2005 18:02:41 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 47309 invoked by uid 99); 3 Nov 2005 18:02:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Nov 2005 10:02:41 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [217.6.95.240] (HELO tcmail33.telekom.de) (217.6.95.240) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Nov 2005 10:02:35 -0800 Received: from g8pxb.blf01.telekom.de by tcmail31.dmz.telekom.de with ESMTP for axis-user@ws.apache.org; Thu, 3 Nov 2005 19:02:18 +0100 Received: from edmb003.edm-b.edm.dsh.de (edmb003.edm-b.edm.dsh.de [53.118.31.3]) by g8pxb.blf01.telekom.de with ESMTP for axis-user@ws.apache.org; Thu, 3 Nov 2005 19:02:17 +0100 Received: by edmb003.edm-b.edm.dsh.de with Internet Mail Service (5.5.2657.72) id <465BDGKS>; Thu, 3 Nov 2005 19:02:17 +0100 Message-Id: From: "Dorner, Thomas" To: axis-user@ws.apache.org Subject: Problems with serializer Date: Thu, 3 Nov 2005 19:02:17 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C5E0A0.BA394670" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C5E0A0.BA394670 Content-Type: text/plain Hello, I have a problem when serializing an Object which holds an Objects[] of Classes extending Object. Okay, its a little bit complicated but I will explain - this is my inheritance hierarchy: Father <-- extends -- A <-- extends -- B <-- extends -- C <-- extends -- D When I make a new Instance of A and set them an array of Father[C,D] (with instances of C and D) When I use my Stub to send A to my Service I should get an SOAP-Body with: But I got an Body like that: I dont understand this - because I see this working in another implementation!!! Can someone please explain me??? Furthermore the Attributes of C and D are lost and only the attributes which also in F are in the SOAP-Body Can someone help me please Thanks Tomi ------_=_NextPart_001_01C5E0A0.BA394670 Content-Type: text/html Content-Transfer-Encoding: quoted-printable
Hello,
 
I have=20 a problem when serializing an Object which holds an Objects[] of = Classes=20 extending Object.
Okay,=20 its a little bit complicated but I will explain - this is my = inheritance=20 hierarchy:
 
Father=20 <-- extends -- A
          <= ;--=20 extends -- B <-- extends --  C
       &nb= sp;           &nb= sp;           &nb= sp; =20 <-- extends --  D
 
When = I make a new=20 Instance of A and set them an array of Father[C,D] (with instances = of C and=20 D)
 
When I use my Stub to send A to my Service I = should get=20 an SOAP-Body with:
 
<A>
   =20 <C></C>
   =20 <D></D>
</A>
 
But I got an Body like=20 that:
 
<A>
   =20 <F></F>
   =20 <F></F>
</A>
 
I dont understand this - because I see this = working in=20 another implementation!!!
Can someone please explain=20 me???
 
Furthermore the Attributes of C and D are = lost and only=20 the attributes which also in F are in the=20 SOAP-Body
 
Can someone help me=20 please
 
Thanks=20 Tomi
= ------_=_NextPart_001_01C5E0A0.BA394670--