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/03 06:44:54 UTC

[jira] Closed: (AXISCPP-606) In groupB.wsdl Auto generated client code fail to compile

     [ http://issues.apache.org/jira/browse/AXISCPP-606?page=all ]
     
Chinthana Danapala closed AXISCPP-606:
--------------------------------------

    Resolution: Fixed

Fixed

> 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