You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Chinthana Danapala (JIRA)" <ax...@ws.apache.org> on 2005/06/10 08:11:58 UTC

[jira] Assigned: (AXISCPP-604) The test servise NillableArrays fails to compile due to some errors in generated code

     [ http://issues.apache.org/jira/browse/AXISCPP-604?page=all ]

Chinthana Danapala reassigned AXISCPP-604:
------------------------------------------

    Assign To: Chinthana Danapala

> The test servise NillableArrays fails to compile due to some errors in generated code
> -------------------------------------------------------------------------------------
>
>          Key: AXISCPP-604
>          URL: http://issues.apache.org/jira/browse/AXISCPP-604
>      Project: Axis-C++
>         Type: Bug
>   Components: Test
>     Versions: current (nightly)
>  Environment: All
>     Reporter: Dushshantha Chandradasa
>     Assignee: Chinthana Danapala

>
> Following errors were occured when compiling the test service NillableArrays.
> NillableArraysWrapper.cpp
> NillableArraysWrapper.cpp(99) : error C2664: 'echoBooleanArray' : cannot convert
>  parameter 1 from 'class axiscpp::xsd__boolean_Array' to 'class axiscpp::xsd__bo
> olean_Array *'
>         No user-defined-conversion operator available that can perform this conv
> ersion, or the operator cannot be called
> NillableArraysWrapper.cpp(127) : error C2664: 'echoShortArray' : cannot convert
> parameter 1 from 'class axiscpp::xsd__short_Array' to 'class axiscpp::xsd__short
> _Array *'
>         No user-defined-conversion operator available that can perform this conv
> ersion, or the operator cannot be called
> NillableArraysWrapper.cpp(155) : error C2664: 'echoIntArray' : cannot convert pa
> rameter 1 from 'class axiscpp::xsd__int_Array' to 'class axiscpp::xsd__int_Array
>  *'
>         No user-defined-conversion operator available that can perform this conv
> ersion, or the operator cannot be called
> NillableArraysWrapper.cpp(183) : error C2664: 'echoLongArray' : cannot convert p
> arameter 1 from 'class axiscpp::xsd__long_Array' to 'class axiscpp::xsd__long_Ar
> ray *'
>         No user-defined-conversion operator available that can perform this conv
> ersion, or the operator cannot be called
> NillableArraysWrapper.cpp(211) : error C2664: 'echoFloatArray' : cannot convert
> parameter 1 from 'class axiscpp::xsd__float_Array' to 'class axiscpp::xsd__float
> _Array *'
>         No user-defined-conversion operator available that can perform this conv
> ersion, or the operator cannot be called
> NillableArraysWrapper.cpp(239) : error C2664: 'echoDoubleArray' : cannot convert
>  parameter 1 from 'class axiscpp::xsd__double_Array' to 'class axiscpp::xsd__dou
> ble_Array *'
>         No user-defined-conversion operator available that can perform this conv
> ersion, or the operator cannot be called
> Generating Code...

-- 
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