Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 30498 invoked from network); 2 Aug 2006 05:36:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Aug 2006 05:36:04 -0000 Received: (qmail 15220 invoked by uid 500); 2 Aug 2006 05:35:52 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 15111 invoked by uid 500); 2 Aug 2006 05:35:50 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 14994 invoked by uid 99); 2 Aug 2006 05:35:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 22:35:50 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 22:35:48 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7D35C410025 for ; Wed, 2 Aug 2006 05:33:16 +0000 (GMT) Message-ID: <638194.1154496796510.JavaMail.jira@brutus> Date: Tue, 1 Aug 2006 22:33:16 -0700 (PDT) From: "William Ferguson (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-962) Malformed deserialization of an array contained within a ComplexType In-Reply-To: <32202857.1154496793965.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS2-962?page=all ] William Ferguson updated AXIS2-962: ----------------------------------- Attachment: ArrayService.wsdl > Malformed deserialization of an array contained within a ComplexType > -------------------------------------------------------------------- > > Key: AXIS2-962 > URL: http://issues.apache.org/jira/browse/AXIS2-962 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Bug > Affects Versions: 1.0 > Reporter: William Ferguson > Attachments: ArrayService-client-source.jar, ArrayService-Source.jar, ArrayService.wsdl > > > I have a service method that accepts a complex type called EnclosingComplexType. > EnclosingComplexType has 2 attributes > String #otherValue > MyComplexType[] #array > A well formed SOAP envelope is sent, but during deserialization on the server the contents of the array have been scrambled (nb #otherValue is preserved). #array always has a length of 2 for MyComplexType, though it seems to match the number of attributes on MyComplexType, ie add an attribute to MyComplexType and the array always has 3 elements regardless of how many are sent. The values of all attributes of all MyComplexType elements are null. > The service + services. xml was deployed and the WSDL is retrieved from the AxisServlet. (service source + WSDL attached). > I generated the stubs and ADB classes using : > > > > > > > > > > > > I then executed using ArrayServiceEnclosingTypeTest (enclosed). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org