Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 20848 invoked from network); 14 Feb 2005 16:45:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Feb 2005 16:45:16 -0000 Received: (qmail 17031 invoked by uid 500); 14 Feb 2005 16:45:16 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 16922 invoked by uid 500); 14 Feb 2005 16:45:15 -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 16908 invoked by uid 99); 14 Feb 2005 16:45:15 -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; Mon, 14 Feb 2005 08:45:15 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j1EGjC4e011218 for ; Mon, 14 Feb 2005 17:45:12 +0100 Message-ID: <685371709.1108399512298.JavaMail.jira@ajax.apache.org> Date: Mon, 14 Feb 2005 17:45:12 +0100 (CET) From: "John Hawkins (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Resolved: (AXISCPP-431) Complex array member of object generated client stubs with compilation errors In-Reply-To: <1141365657.1108356611816.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXISCPP-431?page=history ] John Hawkins resolved AXISCPP-431: ---------------------------------- Resolution: Fixed I've put in a fix for this. I would be grateful if you could try it out. > Complex array member of object generated client stubs with compilation errors > ----------------------------------------------------------------------------- > > Key: AXISCPP-431 > URL: http://issues.apache.org/jira/browse/AXISCPP-431 > Project: Axis-C++ > Type: Bug > Components: WSDL processing > Versions: 1.5 Alpha > Reporter: Tim Bartley > Assignee: John Hawkins > Attachments: Complex2.wsdl > > The attached WSDL generates client stubs that do not compile. > The generated ComplexResult.cpp generates the following compile errors: > ComplexResult.cpp: In function `int > Axis_Serialize_ComplexResult(ComplexResult*, > axiscpp::IWrapperSoapSerializer*, bool)': > ComplexResult.cpp:38: error: invalid use of `class Complex' > ComplexResult.cpp:40: error: invalid use of `class Complex' > ComplexResult.cpp:47: error: invalid use of `class Complex' > ComplexResult.cpp: In function `int > Axis_DeSerialize_ComplexResult(ComplexResult*, > axiscpp::IWrapperSoapDeSerializer*)': > ComplexResult.cpp:75: error: invalid use of `class Complex' > ComplexResult.cpp:77: error: invalid use of `class Complex' > ComplexResult.cpp:79: error: invalid use of `class Complex' > ComplexResult.cpp:82: error: invalid use of `class Complex' > The generated code is referring to "Complex" instead of "Complex_Ref". > The workaround is simply to change occurrences of "Complex." to "Complex_Ref." -- 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 - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira