Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 98319 invoked from network); 1 Jul 2005 10:07:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Jul 2005 10:07:18 -0000 Received: (qmail 39685 invoked by uid 500); 1 Jul 2005 10:07:04 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 39474 invoked by uid 500); 1 Jul 2005 10:07:02 -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 39395 invoked by uid 99); 1 Jul 2005 10:07:01 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jul 2005 03:07:01 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 8EBA719 for ; Fri, 1 Jul 2005 12:06:58 +0200 (CEST) Message-ID: <216909967.1120212418583.JavaMail.jira@ajax.apache.org> Date: Fri, 1 Jul 2005 12:06:58 +0200 (CEST) From: "Rodrigo Ruiz (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS-2097) WSDL2Java does not generate "bean array" responses when using wrapped/literal In-Reply-To: <1786223693.1120211758851.JavaMail.jira@ajax.apache.org> 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/AXIS-2097?page=comments#action_12314884 ] Rodrigo Ruiz commented on AXIS-2097: ------------------------------------ I have seen similar bug reports, but none of them seem to be exactly the same problem. I guess it is a bug in the WSDL2Java tool, am I right? > WSDL2Java does not generate "bean array" responses when using wrapped/literal > ----------------------------------------------------------------------------- > > Key: AXIS-2097 > URL: http://issues.apache.org/jira/browse/AXIS-2097 > Project: Apache Axis > Type: Bug > Components: WSDL processing > Environment: Windows XP SP2, Sun JDK 1.4.2_08, Axis 1.2 Release > Reporter: Rodrigo Ruiz > Attachments: Test.java, TestBean.java, test.wsdl > > I use Java2WSDL (with --style WRAPPED --use LITERAL arguments) to generate a WSDL file for the following test class: > public class Test { > public TestBean getBean() { return null; } > public TestBean[] getBeans() { return null; } > } > And, after generating the wsdl, I use WSDL2Java (with -W argument) to generate the client stubs. > The generated classes do not compile, because the class GetBeansResponse has not been generated. This happens with any response of "bean array" type. > I will add some attachments with the actual code. -- 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