Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 51607 invoked from network); 30 Dec 2006 08:58:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Dec 2006 08:58:43 -0000 Received: (qmail 58826 invoked by uid 500); 30 Dec 2006 08:58:49 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 58804 invoked by uid 500); 30 Dec 2006 08:58:49 -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 58793 invoked by uid 99); 30 Dec 2006 08:58:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Dec 2006 00:58:49 -0800 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; Sat, 30 Dec 2006 00:58:41 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A3CBC7141D1 for ; Sat, 30 Dec 2006 00:58:21 -0800 (PST) Message-ID: <22508700.1167469101652.JavaMail.jira@brutus> Date: Sat, 30 Dec 2006 00:58:21 -0800 (PST) From: "nadir amra (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Closed: (AXISCPP-928) Code generated by WSDL2Ws results in compilation error In-Reply-To: <904283705.1140175044551.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 [ http://issues.apache.org/jira/browse/AXISCPP-928?page=all ] nadir amra closed AXISCPP-928. ------------------------------ Fix Version/s: current (nightly) Resolution: Fixed &ret should not have been used. out + i should have been used. Now compiles successfully, with correct local name. > Code generated by WSDL2Ws results in compilation error > ------------------------------------------------------ > > Key: AXISCPP-928 > URL: http://issues.apache.org/jira/browse/AXISCPP-928 > Project: Axis-C++ > Issue Type: Bug > Components: Server - General > Reporter: James Jose > Fix For: current (nightly) > > > Server side code generated by WSDL2Ws tool for ELementFormDefaultTest.wsdl is not proper. > ElementFormDefaultTestWrapper.cpp uses an undeclared variable 'ret' and results in Compilation error. > The statement in which it uses 'ret' variable is not a correct statement > return pIWSSZ->addOutputBasicArrayParam((Axis_Array*)(&ret),XSD_INTEGER, ">elementFormDefaultIsUnqualifiedResponse>anIntegerArray"); -- 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-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org