Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 17666 invoked from network); 10 Oct 2005 19:08:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Oct 2005 19:08:13 -0000 Received: (qmail 24567 invoked by uid 500); 10 Oct 2005 19:08:11 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 24544 invoked by uid 500); 10 Oct 2005 19:08:11 -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 24533 invoked by uid 99); 10 Oct 2005 19:08:11 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL 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; Mon, 10 Oct 2005 12:08:08 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id CB7FC510 for ; Mon, 10 Oct 2005 21:07:47 +0200 (CEST) Message-ID: <1929038883.1128971267831.JavaMail.jira@ajax.apache.org> Date: Mon, 10 Oct 2005 21:07:47 +0200 (CEST) From: "vamshi k pajjuri (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS-2251) Generated wsdl is incorrect when the bean contains list (java.util.List) of another bean. 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 Generated wsdl is incorrect when the bean contains list (java.util.List) of another bean. ----------------------------------------------------------------------------------------- Key: AXIS-2251 URL: http://issues.apache.org/jira/browse/AXIS-2251 Project: Apache Axis Type: Bug Components: WSDL processing Versions: 1.1 Reporter: vamshi k pajjuri Generated wsdl is incorrect when the bean contains list (java.util.List) of another bean. It's not the same all the time some times it generated correctly sometimes incorrectly. We access our web services from two types of clients, flex (Not strongly typed) and clod fusion (Strongly typed). From our understanding the generated wsdl (which is generated only once) depends on which client accesses the web services first. Assume there are two beans Class A, and class B. Class A contains list of Class B. The generated wsdl does not contain the Class B in the Class A. -- 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