Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 6078 invoked from network); 20 Apr 2005 16:47:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Apr 2005 16:47:13 -0000 Received: (qmail 36036 invoked by uid 500); 20 Apr 2005 07:10:40 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 35906 invoked by uid 500); 20 Apr 2005 07:10:37 -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: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 35818 invoked by uid 99); 20 Apr 2005 07:10:35 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 20 Apr 2005 00:10:33 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id D882A3D9 for ; Wed, 20 Apr 2005 09:10:24 +0200 (CEST) Message-ID: <1509751127.1113981024885.JavaMail.jira@ajax.apache.org> Date: Wed, 20 Apr 2005 09:10:24 +0200 (CEST) From: "Nigel Jewell (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS-1937) Clarity of BeanMapping and Arrays Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Clarity of BeanMapping and Arrays --------------------------------- Key: AXIS-1937 URL: http://issues.apache.org/jira/browse/AXIS-1937 Project: Axis Type: Bug Components: Serialization/Deserialization Versions: 1.2RC3 Environment: Windows XP & 2003, Tomcat 5.0.28, Apache 2.0.52, mod_jk 1.2.8 Reporter: Nigel Jewell I have two classes, both with get/set methods. They are called A and B. B is a subclass of A. I have two services, S1 and S2. S1 contains: "public A getA();" S2 contains: "public A[] getA();" Within the WSDL generated for S1, it defines the elements of A and B (identified from the get/set methods). Within the WSDL generated for S2, it defines only the elements of A (identified from the get/set methods). - Is this a bug? I have asked on axis-dev and got no response. - What should the expected behaviour be? (it isn't consistent at present) -- 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