Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 78729 invoked from network); 30 Nov 2005 14:35:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Nov 2005 14:35:54 -0000 Received: (qmail 5328 invoked by uid 500); 30 Nov 2005 14:35:54 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 5308 invoked by uid 500); 30 Nov 2005 14:35:53 -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 5297 invoked by uid 99); 30 Nov 2005 14:35:53 -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; Wed, 30 Nov 2005 06:35:53 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 4100BC9 for ; Wed, 30 Nov 2005 15:35:31 +0100 (CET) Message-ID: <684175792.1133361331213.JavaMail.jira@ajax.apache.org> Date: Wed, 30 Nov 2005 15:35:31 +0100 (CET) From: "John Hawkins (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Closed: (AXISCPP-877) Compile problems with code generated for In-Reply-To: <931606413.1132908055735.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/AXISCPP-877?page=all ] John Hawkins closed AXISCPP-877: -------------------------------- Fix Version: 1.6 Alpha Resolution: Fixed > Compile problems with code generated for > --------------------------------------------------- > > Key: AXISCPP-877 > URL: http://issues.apache.org/jira/browse/AXISCPP-877 > Project: Axis-C++ > Type: Bug > Components: Client - Stub > Reporter: Manohar > Fix For: 1.6 Alpha > Attachments: SimpleXSDAny.wsdl > > Hi, > I've created a complex type as, > > > > > > > > and trying to send aRecord object as part of request message and receive the same in return. > When I run this test, code generated for aRecord object has following comipling errors > [cc] operations.cpp > [cc] aRecord.cpp > [cc] C:\AXISCPP\TEST\test_P\obj\test\generated\cpp\SimpleXSDAny\aRecord.c > pp(168) : error C2065: 'any' : undeclared identifier > [cc] C:\AXISCPP\TEST\test_P\obj\test\generated\cpp\SimpleXSDAny\aRecord.c > pp(168) : error C2039: 'any' : is not a member of 'aRecord' > [cc] c:\AXISCPP\TEST\test_P\obj\test\generated\cpp\SimpleXSDAny\a > Record.hpp(33) : see declaration of 'aRecord' > [cc] Generating Code... > This is happening because aRecord.hpp has the following code for > AnyType* any1; > where as in aRecord.cpp the code is, > any = original.any; > I am going to attach a wsdl and testcase for this issue. -- 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