[ http://issues.apache.org/jira/browse/AXISCPP-577?page=comments#action_61624 ] Samisa Abeysinghe commented on AXISCPP-577: -------------------------------------------
Similar problem appears for the client as well. Not sure if this is something wrong with the WSDL > errors in generated code for the test InteropTestRound1Doc > ---------------------------------------------------------- > > Key: AXISCPP-577 > URL: http://issues.apache.org/jira/browse/AXISCPP-577 > Project: Axis-C++ > Type: Bug > Components: Test > Versions: current (nightly) > Environment: All > Reporter: Dushshantha Chandradasa > > The generated code of the service for the test InteropTestRound1Doc cannot be > compiled. > [cc] InteropTestPortType.cpp > [cc] > C:\obj\test\generated\server\cpp\InteropBaseDoc\InteropTestPortType. > hpp(49) : error C2061: syntax error : identifier 'Value0' > [cc] > C:\obj\test\generated\server\cpp\InteropBaseDoc\InteropTestPortType. > hpp(51) : error C2061: syntax error : identifier 'Value0' > [cc] > C:\obj\test\generated\server\cpp\InteropBaseDoc\InteropTestPortType. > cpp(72) : error C2511: 'echoBase64' : overloaded member function 'class > axiscpp: > :xsd__base64Binary (class axiscpp::xsd__base64Binary)' not found in > 'InteropTest > PortType' > [cc] > C:\obj\test\generated\server\cpp\InteropBaseDoc\InteropTestP > ortType.hpp(31) : see declaration of 'InteropTestPortType' > [cc] > C:\obj\test\generated\server\cpp\InteropBaseDoc\InteropTestPortType. > cpp(76) : error C2511: 'echoDate' : overloaded member function 'struct tm > (struc > t tm)' not found in 'InteropTestPortType' > [cc] > C:\obj\test\generated\server\cpp\InteropBaseDoc\InteropTestP > ortType.hpp(31) : see declaration of 'InteropTestPortType' > [cc] > C:\obj\test\generated\server\cpp\InteropBaseDoc\InteropTestPortType. > cpp(80) : error C2511: 'echoHexBinary' : overloaded member function 'class > axisc > pp::xsd__hexBinary (class axiscpp::xsd__hexBinary)' not found in > 'InteropTestPor > tType' > [cc] > C:\obj\test\generated\server\cpp\InteropBaseDoc\InteropTestP > ortType.hpp(31) : see declaration of 'InteropTestPortType' > [cc] > C:\obj\test\generated\server\cpp\InteropBaseDoc\InteropTestPortType. > cpp(84) : error C2511: 'echoDecimal' : overloaded member function 'double > (doubl > e)' not found in 'InteropTestPortType' > [cc] > C:\obj\test\generated\server\cpp\InteropBaseDoc\InteropTestP > ortType.hpp(31) : see declaration of 'InteropTestPortType' > [cc] AxisServiceException.cpp > [cc] InteropTestPortTypeWrapper.cpp > [cc] > C:\obj\test\generated\server\cpp\InteropBaseDoc\InteropTestPortType. > hpp(49) : error C2061: syntax error : identifier 'Value0' > [cc] > C:\obj\test\generated\server\cpp\InteropBaseDoc\InteropTestPortType. > hpp(51) : error C2061: syntax error : identifier 'Value0' > [cc] > C:\obj\test\generated\server\cpp\InteropBaseDoc\InteropTestPortTypeW > rapper.cpp(370) : error C2065: 'v0' : undeclared identifier > [cc] > C:\obj\test\generated\server\cpp\InteropBaseDoc\InteropTestPortTypeW > rapper.cpp(370) : error C2059: syntax error : ')' > [cc] > C:\obj\test\generated\server\cpp\InteropBaseDoc\InteropTestPortTypeW > rapper.cpp(374) : error C2065: 'ret' : undeclared identifier > [cc] > C:\obj\test\generated\server\cpp\InteropBaseDoc\InteropTestPortTypeW > rapper.cpp(426) : error C2059: syntax error : ')' > [cc] SOAPStruct.cpp > [cc] InteropTestPortTypeService.cpp > [cc] > C:\obj\test\generated\server\cpp\InteropBaseDoc\InteropTestPortType. > hpp(49) : error C2061: syntax error : identifier 'Value0' > [cc] > C:\obj\test\generated\server\cpp\InteropBaseDoc\InteropTestPortType. > hpp(51) : error C2061: syntax error : identifier 'Value0' > [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 - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
