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


Fixed

> Cannot compile InteropTestRound1Doc test client
> -----------------------------------------------
>
>          Key: AXISCPP-588
>          URL: http://issues.apache.org/jira/browse/AXISCPP-588
>      Project: Axis-C++
>         Type: Bug
>   Components: Test
>     Versions: current (nightly)
>  Environment: All
>     Reporter: Dushshantha Chandradasa
>     Assignee: Chinthana Danapala
>  Attachments: InteropTestRound1Doc.wsdl, InteropTestRound1DocClient.cpp
>
> Got the following errors when trying to compile the test client 
> InteropTestRound1Doc
>        [cc] InteropTestPortType.cpp
>        [cc] 
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestPortType.h
> pp(34) : error C2061: syntax error : identifier 'Value0'
>        [cc] 
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestPortType.h
> pp(36) : error C2061: syntax error : identifier 'Value0'
>        [cc] 
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestPortType.c
> pp(787) : error C2501: 'echoBase64' : missing storage-class or type specifiers
>        [cc] 
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestPortType.c
> pp(787) : error C2511: 'echoBase64' : overloaded member function 'int 
> *(char)' n
> ot found in 'InteropTestPortType'
>        [cc]         
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestPo
> rtType.hpp(16) : see declaration of 'InteropTestPortType'
>        [cc] 
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestPortType.c
> pp(953) : error C2501: 'echoHexBinary' : missing storage-class or type 
> specifier
> s
>        [cc] 
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestPortType.c
> pp(953) : error C2511: 'echoHexBinary' : overloaded member function 'int 
> *(char)
> ' not found in 'InteropTestPortType'
>        [cc]         
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestPo
> rtType.hpp(16) : see declaration of 'InteropTestPortType'
>        [cc] InteropTestRound1DocClient.cpp
>        [cc] 
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestPortType.h
> pp(34) : error C2061: syntax error : identifier 'Value0'
>        [cc] 
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestPortType.h
> pp(36) : error C2061: syntax error : identifier 'Value0'
>        [cc] 
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestRound1DocC
> lient.cpp(53) : error C2039: 'serTransportProperty' : is not a member of 
> 'Intero
> pTestPortType'
>        [cc]         
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestPo
> rtType.hpp(16) : see declaration of 'InteropTestPortType'
>        [cc] 
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestRound1DocC
> lient.cpp(54) : error C2146: syntax error : missing ')' before identifier 
> 'strcp
> y'
>        [cc] 
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestRound1DocC
> lient.cpp(84) : error C2440: '=' : cannot convert from 'int *' to 'int ** '
>        [cc]         Types pointed to are unrelated; conversion requires 
> reinterp
> ret_cast, C-style cast or function-style cast
>        [cc] 
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestRound1DocC
> lient.cpp(88) : error C2440: '=' : cannot convert from 'int' to 'int *'
>        [cc]         Conversion from integral type to pointer type requires 
> reint
> erpret_cast, C-style cast or function-style cast
>        [cc] 
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestRound1DocC
> lient.cpp(97) : warning C4305: 'initializing' : truncation from 'const 
> double' t
> o 'float'
>        [cc] 
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestRound1DocC
> lient.cpp(104) : error C2440: '=' : cannot convert from 'float *' to 'float 
> ** '
>        [cc]         Types pointed to are unrelated; conversion requires 
> reinterp
> ret_cast, C-style cast or function-style cast
>        [cc] 
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestRound1DocC
> lient.cpp(108) : error C2440: '=' : cannot convert from 'double' to 'float *'
>        [cc]         There is no context in which this conversion is possible
>        [cc] 
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestRound1DocC
> lient.cpp(117) : warning C4305: '=' : truncation from 'const double' to 
> 'float'
>        [cc] 
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestRound1DocC
> lient.cpp(127) : error C2440: '=' : cannot convert from 'class SOAPStruct *' 
> to
> 'class SOAPStruct ** '
>        [cc]         Types pointed to are unrelated; conversion requires 
> reinterp
> ret_cast, C-style cast or function-style cast
>        [cc] 
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestRound1DocC
> lient.cpp(131) : error C2228: left of '.varFloat' must have 
> class/struct/union t
> ype
>        [cc] 
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestRound1DocC
> lient.cpp(132) : error C2228: left of '.varInt' must have class/struct/union 
> typ
> e
>        [cc] 
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestRound1DocC
> lient.cpp(134) : error C2228: left of '.varString' must have 
> class/struct/union
> type
>        [cc] 
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestRound1DocC
> lient.cpp(154) : error C2660: 'echoBase64' : function does not take 1 
> parameters
>        [cc] 
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestRound1DocC
> lient.cpp(154) : error C2228: left of '.__size' must have class/struct/union 
> typ
> e
>        [cc] 
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestRound1DocC
> lient.cpp(166) : error C2664: 'echoDate' : cannot convert parameter 1 from 
> 'stru
> ct tm' to 'struct tm *'
>        [cc]         No user-defined-conversion operator available that can 
> perfo
> rm this conversion, or the operator cannot be called
>        [cc] 
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestRound1DocC
> lient.cpp(176) : error C2660: 'echoHexBinary' : function does not take 1 
> paramet
> ers
>        [cc] 
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestRound1DocC
> lient.cpp(176) : error C2228: left of '.__size' must have class/struct/union 
> typ
> e
>        [cc] 
> C:\obj\test\generated\cpp\InteropTestRound1Doc\InteropTestRound1DocC
> lient.cpp(185) : error C2664: 'echoDecimal' : cannot convert parameter 1 from 
> 'c
> onst double' to 'double *'
>        [cc]         There is no context in which this conversion is possible
>        [cc] SOAPStruct.cpp

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

Reply via email to