Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 4792 invoked from network); 21 Feb 2005 10:49:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Feb 2005 10:49:54 -0000 Received: (qmail 10982 invoked by uid 500); 21 Feb 2005 10:49:53 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 10764 invoked by uid 500); 21 Feb 2005 10:49:52 -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 10751 invoked by uid 99); 21 Feb 2005 10:49:52 -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, 21 Feb 2005 02:49:52 -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 j1LAnnFL021785 for ; Mon, 21 Feb 2005 11:49:49 +0100 Message-ID: <1818126454.1108982989283.JavaMail.jira@ajax.apache.org> Date: Mon, 21 Feb 2005 11:49:49 +0100 (CET) From: "Andrew Perry (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Updated: (AXISCPP-460) WSDL2Ws creates code which does NOT compile In-Reply-To: <2100451747.1108982330785.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-460?page=history ] Andrew Perry updated AXISCPP-460: --------------------------------- Summary: WSDL2Ws creates code which does NOT compile (was: WSDL2Ws creates code which does compile) Description: WSDL2Ws creates code which does NOT compile when attributes are used. I am creating a new test WSDL which has an element for each of the supported XSD data type which stored the data as an attribute. This will test all the serialize and deserialize as attribute APIs. When WSDL2Ws generates the client stub for this WSDL the generated code fails to compile. ----- CC output snippet ----- [cc] /home/andyp/cwssBuild/obj/test/generated/cpp/XSDAttribute/DateTimeType.cpp:23: no [cc] match for `int != axiscpp::xsd__dateTime&' operator [cc] /usr/include/c++/3.2.3/bits/stl_list.h: At top level: [cc] /home/andyp/cwssBuild/obj/test/generated/cpp/XSDAttribute/DateType.cpp:23: no [cc] match for `int != axiscpp::xsd__date&' operator [cc] /usr/include/c++/3.2.3/bits/stl_list.h: At top level: [cc] /home/andyp/cwssBuild/obj/test/generated/cpp/XSDAttribute/TimeType.cpp:23: no [cc] match for `int != axiscpp::xsd__time&' operator [cc] /usr/include/c++/3.2.3/bits/stl_list.h: At top level: ------------------------------ was: WSDL2Ws creates code which does compile when attributes are used. I am creating a new test WSDL which has an element for each of the supported XSD data type which stored the data as an attribute. This will test all the serialize and deserialize as attribute APIs. When WSDL2Ws generates the client stub for this WSDL the generated code fails to compile. ----- CC output snippet ----- [cc] /home/andyp/cwssBuild/obj/test/generated/cpp/XSDAttribute/DateTimeType.cpp:23: no [cc] match for `int != axiscpp::xsd__dateTime&' operator [cc] /usr/include/c++/3.2.3/bits/stl_list.h: At top level: [cc] /home/andyp/cwssBuild/obj/test/generated/cpp/XSDAttribute/DateType.cpp:23: no [cc] match for `int != axiscpp::xsd__date&' operator [cc] /usr/include/c++/3.2.3/bits/stl_list.h: At top level: [cc] /home/andyp/cwssBuild/obj/test/generated/cpp/XSDAttribute/TimeType.cpp:23: no [cc] match for `int != axiscpp::xsd__time&' operator [cc] /usr/include/c++/3.2.3/bits/stl_list.h: At top level: ------------------------------ > WSDL2Ws creates code which does NOT compile > ------------------------------------------- > > Key: AXISCPP-460 > URL: http://issues.apache.org/jira/browse/AXISCPP-460 > Project: Axis-C++ > Type: Bug > Environment: Linux > Reporter: Andrew Perry > > WSDL2Ws creates code which does NOT compile when attributes are used. > I am creating a new test WSDL which has an element for each of the supported XSD data type which stored the data as an attribute. This will test all the serialize and deserialize as attribute APIs. > When WSDL2Ws generates the client stub for this WSDL the generated code fails to compile. > ----- CC output snippet ----- > [cc] /home/andyp/cwssBuild/obj/test/generated/cpp/XSDAttribute/DateTimeType.cpp:23: no > [cc] match for `int != axiscpp::xsd__dateTime&' operator > [cc] /usr/include/c++/3.2.3/bits/stl_list.h: At top level: > [cc] /home/andyp/cwssBuild/obj/test/generated/cpp/XSDAttribute/DateType.cpp:23: no > [cc] match for `int != axiscpp::xsd__date&' operator > [cc] /usr/include/c++/3.2.3/bits/stl_list.h: At top level: > [cc] /home/andyp/cwssBuild/obj/test/generated/cpp/XSDAttribute/TimeType.cpp:23: no > [cc] match for `int != axiscpp::xsd__time&' operator > [cc] /usr/include/c++/3.2.3/bits/stl_list.h: At top level: > ------------------------------ -- 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