Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 52878 invoked from network); 3 Nov 2005 18:05:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Nov 2005 18:05:42 -0000 Received: (qmail 54914 invoked by uid 500); 3 Nov 2005 18:05:32 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 54900 invoked by uid 500); 3 Nov 2005 18:05:32 -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 54889 invoked by uid 99); 3 Nov 2005 18:05:32 -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:05:32 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [69.51.76.26] (HELO cns1.transaria.net) (69.51.76.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Nov 2005 10:05:27 -0800 Received: from [209.137.233.228] (vanns-cpe-msl.mt.cust.transaria.net [209.137.233.228] (may be forged)) by cns1.transaria.net (8.13.4/8.13.4) with ESMTP id jA3I593e004564 for ; Thu, 3 Nov 2005 11:05:09 -0700 From: Pobzeb Armerding To: X-Mailer: PocoMail 4.0 (3350) - Licensed Version Reply-To: pobzeb.armerding@vanns.net Date: Thu, 3 Nov 2005 11:04:52 -0700 Message-ID: <200511311452.221678@pobzeb> In-Reply-To: Subject: Re: Problems with serializer Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Can we see some code? On Thu, 3 Nov 2005 19:02:17 +0100, Dorner, Thomas wrote: | 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