Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 24216 invoked from network); 3 Jun 2005 04:45:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Jun 2005 04:45:03 -0000 Received: (qmail 87626 invoked by uid 500); 3 Jun 2005 04:45:03 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 87515 invoked by uid 500); 3 Jun 2005 04:45:02 -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 87347 invoked by uid 99); 3 Jun 2005 04:45:01 -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; Thu, 02 Jun 2005 21:44:58 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 2208017F for ; Fri, 3 Jun 2005 06:44:54 +0200 (CEST) Message-ID: <1155219910.1117773894105.JavaMail.jira@ajax.apache.org> Date: Fri, 3 Jun 2005 06:44:54 +0200 (CEST) From: "Chinthana Danapala (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Assigned: (AXISCPP-606) In groupB.wsdl Auto generated client code fail to compile In-Reply-To: <629743717.1112773699750.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXISCPP-606?page=all ] Chinthana Danapala reassigned AXISCPP-606: ------------------------------------------ Assign To: Chinthana Danapala > In groupB.wsdl Auto generated client code fail to compile > --------------------------------------------------------- > > Key: AXISCPP-606 > URL: http://issues.apache.org/jira/browse/AXISCPP-606 > Project: Axis-C++ > Type: Bug > Components: Client - Stub > Versions: 1.5 Final > Reporter: Chinthana Danapala > Assignee: Chinthana Danapala > Attachments: ClientStubWriter.java, Request_and_Respond .txt, diff.txt > > It give following error > [cc] 5 total files to be compiled. > [cc] SOAPStructStruct.cpp > [cc] SOAPArrayStruct.cpp > [cc] SOAPStruct.cpp > [cc] Client.cpp > [cc] C:\axiscpp\ws-axis\c\samples\client\groupB\Client.cpp(68) : warning > C4305: '=' : truncation from 'const double' to 'float' > [cc] C:\axiscpp\ws-axis\c\samples\client\groupB\Client.cpp(85) : warning > C4305: '=' : truncation from 'const double' to 'float' > [cc] C:\axiscpp\ws-axis\c\samples\client\groupB\Client.cpp(89) : warning > C4305: '=' : truncation from 'const double' to 'float' > [cc] C:\axiscpp\ws-axis\c\samples\client\groupB\Client.cpp(101) : warning > C4305: 'argument' : truncation from 'const double' to 'float' > [cc] C:\axiscpp\ws-axis\c\samples\client\groupB\Client.cpp(108) : warning > C4305: '=' : truncation from 'const double' to 'float' > [cc] C:\axiscpp\ws-axis\c\samples\client\groupB\Client.cpp(126) : warning > C4101: 'e' : unreferenced local variable > [cc] InteropTestPortTypeB.cpp > [cc] C:\axiscpp\ws-axis\c\samples\client\groupB\InteropTestPortTypeB.cpp( > 72) : error C2440: '=' : cannot convert from 'int *' to 'int' > [cc] This conversion requires a reinterpret_cast, a C-style cast > or function-style cast > [cc] C:\axiscpp\ws-axis\c\samples\client\groupB\InteropTestPortTypeB.cpp( > 73) : error C2440: '=' : cannot convert from 'float *' to 'float' > [cc] There is no context in which this conversion is possible > [cc] Generating Code... > [cc] cl failed with return code 2 -- 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