Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 19252 invoked from network); 22 Mar 2007 15:14:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Mar 2007 15:14:54 -0000 Received: (qmail 48528 invoked by uid 500); 22 Mar 2007 15:15:01 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 48513 invoked by uid 500); 22 Mar 2007 15:15:01 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 48494 invoked by uid 99); 22 Mar 2007 15:15:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Mar 2007 08:15:01 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Mar 2007 08:14:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6FB95714043 for ; Thu, 22 Mar 2007 08:14:32 -0700 (PDT) Message-ID: <3204998.1174576472454.JavaMail.jira@brutus> Date: Thu, 22 Mar 2007 08:14:32 -0700 (PDT) From: "Dave Meier (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Created: (AXIS2C-561) WSDL2C: WSDL Choice element not handled MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org WSDL2C: WSDL Choice element not handled --------------------------------------- Key: AXIS2C-561 URL: https://issues.apache.org/jira/browse/AXIS2C-561 Project: Axis2-C Issue Type: Bug Components: code generation Affects Versions: 0.96 Environment: Windows XP. Reporter: Dave Meier Priority: Blocker Fix For: 0.96 This problem is fixed in the trunk of Axis2, but the fix needs to be made on the Axis2 1.1.1 branch as well. WSDL: Code Gen options: org.apache.axis2.wsdl.WSDL2C -f -uri test.wsdl -o server10 -d adb -ss -sd Resulting Code, Only the name part is generated: struct axis2_NameValue_impl { axis2_NameValue_t NameValue; axis2_char_t* attrib_name; }; -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org