|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (WSFCPP-53) Sample 34 client code has compilation failures.Sample 34 client code has compilation failures.
----------------------------------------------- Key: WSFCPP-53 URL: https://wso2.org/jira/browse/WSFCPP-53 Project: WSO2 WSF/C++ Issue Type: Bug Components: Samples Affects Versions: 2.0.0 Environment: Windows XP VS9 Reporter: Chamara Silva Assignee: Nandika Jayawardana Priority: High 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(245) : error C2065: 'env' : undeclared identifier 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(245) : error C2227: left of '->log' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(273) : error C3861: 'axis2_stub_op_RetHeaderService_echoString_free_output_headers': identifier not found 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(281) : error C2679: binary '=' : no operator found which takes a right-hand operand of type 'org_soapinterop_xsd::Header1E0 *' (or there is no acceptable conversion) 1> d:\projects\wsfc++\tests\case34\client\src\header1e0.h(193): could be 'org_soapinterop_xsd::Header1E0 &org_soapinterop_xsd::Header1E0::operator =(const org_soapinterop_xsd::Header1E0 &)' 1> while trying to match the argument list '(org_soapinterop_xsd::Header1E0, org_soapinterop_xsd::Header1E0 *)' 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(283) : error C2819: type 'org_soapinterop_xsd::Header1E0' does not have an overloaded member 'operator ->' 1> d:\projects\wsfc++\tests\case34\client\src\header1e0.h(33) : see declaration of 'org_soapinterop_xsd::Header1E0' 1> did you intend to use '.' instead? 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(283) : error C2232: '->org_soapinterop_xsd::Header1E0::deserialize' : left operand has 'class' type, use '.' 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(288) : error C3861: 'axis2_stub_op_RetHeaderService_echoString_free_output_headers': identifier not found 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(294) : error C2440: '=' : cannot convert from 'org_soapinterop_xsd::Header1E0' to 'org_soapinterop_xsd::Header1E0 *' 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(311) : error C3861: 'axis2_stub_op_RetHeaderService_echoString_free_output_headers': identifier not found 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(319) : error C2679: binary '=' : no operator found which takes a right-hand operand of type 'org_soapinterop_xsd::Header2E1 *' (or there is no acceptable conversion) 1> d:\projects\wsfc++\tests\case34\client\src\header2e1.h(193): could be 'org_soapinterop_xsd::Header2E1 &org_soapinterop_xsd::Header2E1::operator =(const org_soapinterop_xsd::Header2E1 &)' 1> while trying to match the argument list '(org_soapinterop_xsd::Header2E1, org_soapinterop_xsd::Header2E1 *)' 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(321) : error C2819: type 'org_soapinterop_xsd::Header2E1' does not have an overloaded member 'operator ->' 1> d:\projects\wsfc++\tests\case34\client\src\header2e1.h(33) : see declaration of 'org_soapinterop_xsd::Header2E1' 1> did you intend to use '.' instead? 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(321) : error C2232: '->org_soapinterop_xsd::Header2E1::deserialize' : left operand has 'class' type, use '.' 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(326) : error C3861: 'axis2_stub_op_RetHeaderService_echoString_free_output_headers': identifier not found 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(332) : error C2440: '=' : cannot convert from 'org_soapinterop_xsd::Header2E1' to 'org_soapinterop_xsd::Header2E1 *' 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(454) : error C2679: binary '=' : no operator found which takes a right-hand operand of type 'org_soapinterop_xsd::Header1E0 *' (or there is no acceptable conversion) 1> d:\projects\wsfc++\tests\case34\client\src\header1e0.h(193): could be 'org_soapinterop_xsd::Header1E0 &org_soapinterop_xsd::Header1E0::operator =(const org_soapinterop_xsd::Header1E0 &)' 1> while trying to match the argument list '(org_soapinterop_xsd::Header1E0, org_soapinterop_xsd::Header1E0 *)' 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(456) : error C2819: type 'org_soapinterop_xsd::Header1E0' does not have an overloaded member 'operator ->' 1> d:\projects\wsfc++\tests\case34\client\src\header1e0.h(33) : see declaration of 'org_soapinterop_xsd::Header1E0' 1> did you intend to use '.' instead? 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(456) : error C2232: '->org_soapinterop_xsd::Header1E0::deserialize' : left operand has 'class' type, use '.' 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(459) : error C3861: 'WSF_LOG_ERROR': identifier not found 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(491) : error C2679: binary '=' : no operator found which takes a right-hand operand of type 'org_soapinterop_xsd::Header2E1 *' (or there is no acceptable conversion) 1> d:\projects\wsfc++\tests\case34\client\src\header2e1.h(193): could be 'org_soapinterop_xsd::Header2E1 &org_soapinterop_xsd::Header2E1::operator =(const org_soapinterop_xsd::Header2E1 &)' 1> while trying to match the argument list '(org_soapinterop_xsd::Header2E1, org_soapinterop_xsd::Header2E1 *)' 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(493) : error C2819: type 'org_soapinterop_xsd::Header2E1' does not have an overloaded member 'operator ->' 1> d:\projects\wsfc++\tests\case34\client\src\header2e1.h(33) : see declaration of 'org_soapinterop_xsd::Header2E1' 1> did you intend to use '.' instead? 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(493) : error C2232: '->org_soapinterop_xsd::Header2E1::deserialize' : left operand has 'class' type, use '.' 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(496) : error C3861: 'WSF_LOG_ERROR': identifier not found 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(545) : error C2664: 'org_soapinterop::IRetHeaderServiceCallback::receiveResult_echoString' : cannot convert parameter 2 from 'org_soapinterop_xsd::Header1E0' to 'org_soapinterop_xsd::Header1E0 *' 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(608) : error C2143: syntax error : missing ')' before ',' 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(608) : error C2660: 'org_soapinterop_xsd::Header1E0::serialize' : function does not take 0 arguments 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(608) : error C2059: syntax error : ')' 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(612) : error C2143: syntax error : missing ')' before ',' 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(612) : error C2660: 'org_soapinterop_xsd::Header2E1::serialize' : function does not take 0 arguments 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(612) : error C2059: syntax error : ')' 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(667) : error C2451: conditional expression of type 'org_soapinterop_xsd::Header1E0' is illegal 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(672) : error C2451: conditional expression of type 'org_soapinterop_xsd::Header2E1' is illegal 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(687) : error C2451: conditional expression of type 'org_soapinterop_xsd::Header1E0' is illegal 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(692) : error C2451: conditional expression of type 'org_soapinterop_xsd::Header2E1' is illegal 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Wsf-c-dev mailing list Wsf-c-dev@... https://wso2.org/cgi-bin/mailman/listinfo/wsf-c-dev |
|
|
[jira] Resolved: (WSFCPP-53) Sample 34 client code has compilation failures.[ https://wso2.org/jira/browse/WSFCPP-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana resolved WSFCPP-53. --------------------------------------- Fix Version/s: 2.0.0 Resolution: Fixed Fixed > Sample 34 client code has compilation failures. > ----------------------------------------------- > > Key: WSFCPP-53 > URL: https://wso2.org/jira/browse/WSFCPP-53 > Project: WSO2 WSF/C++ > Issue Type: Bug > Components: Samples > Affects Versions: 2.0.0 > Environment: Windows XP > VS9 > Reporter: Chamara Silva > Assignee: Nandika Jayawardana > Priority: High > Fix For: 2.0.0 > > > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(245) : error C2065: 'env' : undeclared identifier > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(245) : error C2227: left of '->log' must point to class/struct/union/generic type > 1> type is ''unknown-type'' > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(273) : error C3861: 'axis2_stub_op_RetHeaderService_echoString_free_output_headers': identifier not found > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(281) : error C2679: binary '=' : no operator found which takes a right-hand operand of type 'org_soapinterop_xsd::Header1E0 *' (or there is no acceptable conversion) > 1> d:\projects\wsfc++\tests\case34\client\src\header1e0.h(193): could be 'org_soapinterop_xsd::Header1E0 &org_soapinterop_xsd::Header1E0::operator =(const org_soapinterop_xsd::Header1E0 &)' > 1> while trying to match the argument list '(org_soapinterop_xsd::Header1E0, org_soapinterop_xsd::Header1E0 *)' > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(283) : error C2819: type 'org_soapinterop_xsd::Header1E0' does not have an overloaded member 'operator ->' > 1> d:\projects\wsfc++\tests\case34\client\src\header1e0.h(33) : see declaration of 'org_soapinterop_xsd::Header1E0' > 1> did you intend to use '.' instead? > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(283) : error C2232: '->org_soapinterop_xsd::Header1E0::deserialize' : left operand has 'class' type, use '.' > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(288) : error C3861: 'axis2_stub_op_RetHeaderService_echoString_free_output_headers': identifier not found > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(294) : error C2440: '=' : cannot convert from 'org_soapinterop_xsd::Header1E0' to 'org_soapinterop_xsd::Header1E0 *' > 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(311) : error C3861: 'axis2_stub_op_RetHeaderService_echoString_free_output_headers': identifier not found > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(319) : error C2679: binary '=' : no operator found which takes a right-hand operand of type 'org_soapinterop_xsd::Header2E1 *' (or there is no acceptable conversion) > 1> d:\projects\wsfc++\tests\case34\client\src\header2e1.h(193): could be 'org_soapinterop_xsd::Header2E1 &org_soapinterop_xsd::Header2E1::operator =(const org_soapinterop_xsd::Header2E1 &)' > 1> while trying to match the argument list '(org_soapinterop_xsd::Header2E1, org_soapinterop_xsd::Header2E1 *)' > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(321) : error C2819: type 'org_soapinterop_xsd::Header2E1' does not have an overloaded member 'operator ->' > 1> d:\projects\wsfc++\tests\case34\client\src\header2e1.h(33) : see declaration of 'org_soapinterop_xsd::Header2E1' > 1> did you intend to use '.' instead? > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(321) : error C2232: '->org_soapinterop_xsd::Header2E1::deserialize' : left operand has 'class' type, use '.' > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(326) : error C3861: 'axis2_stub_op_RetHeaderService_echoString_free_output_headers': identifier not found > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(332) : error C2440: '=' : cannot convert from 'org_soapinterop_xsd::Header2E1' to 'org_soapinterop_xsd::Header2E1 *' > 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(454) : error C2679: binary '=' : no operator found which takes a right-hand operand of type 'org_soapinterop_xsd::Header1E0 *' (or there is no acceptable conversion) > 1> d:\projects\wsfc++\tests\case34\client\src\header1e0.h(193): could be 'org_soapinterop_xsd::Header1E0 &org_soapinterop_xsd::Header1E0::operator =(const org_soapinterop_xsd::Header1E0 &)' > 1> while trying to match the argument list '(org_soapinterop_xsd::Header1E0, org_soapinterop_xsd::Header1E0 *)' > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(456) : error C2819: type 'org_soapinterop_xsd::Header1E0' does not have an overloaded member 'operator ->' > 1> d:\projects\wsfc++\tests\case34\client\src\header1e0.h(33) : see declaration of 'org_soapinterop_xsd::Header1E0' > 1> did you intend to use '.' instead? > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(456) : error C2232: '->org_soapinterop_xsd::Header1E0::deserialize' : left operand has 'class' type, use '.' > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(459) : error C3861: 'WSF_LOG_ERROR': identifier not found > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(491) : error C2679: binary '=' : no operator found which takes a right-hand operand of type 'org_soapinterop_xsd::Header2E1 *' (or there is no acceptable conversion) > 1> d:\projects\wsfc++\tests\case34\client\src\header2e1.h(193): could be 'org_soapinterop_xsd::Header2E1 &org_soapinterop_xsd::Header2E1::operator =(const org_soapinterop_xsd::Header2E1 &)' > 1> while trying to match the argument list '(org_soapinterop_xsd::Header2E1, org_soapinterop_xsd::Header2E1 *)' > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(493) : error C2819: type 'org_soapinterop_xsd::Header2E1' does not have an overloaded member 'operator ->' > 1> d:\projects\wsfc++\tests\case34\client\src\header2e1.h(33) : see declaration of 'org_soapinterop_xsd::Header2E1' > 1> did you intend to use '.' instead? > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(493) : error C2232: '->org_soapinterop_xsd::Header2E1::deserialize' : left operand has 'class' type, use '.' > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(496) : error C3861: 'WSF_LOG_ERROR': identifier not found > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(545) : error C2664: 'org_soapinterop::IRetHeaderServiceCallback::receiveResult_echoString' : cannot convert parameter 2 from 'org_soapinterop_xsd::Header1E0' to 'org_soapinterop_xsd::Header1E0 *' > 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(608) : error C2143: syntax error : missing ')' before ',' > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(608) : error C2660: 'org_soapinterop_xsd::Header1E0::serialize' : function does not take 0 arguments > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(608) : error C2059: syntax error : ')' > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(612) : error C2143: syntax error : missing ')' before ',' > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(612) : error C2660: 'org_soapinterop_xsd::Header2E1::serialize' : function does not take 0 arguments > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(612) : error C2059: syntax error : ')' > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(667) : error C2451: conditional expression of type 'org_soapinterop_xsd::Header1E0' is illegal > 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(672) : error C2451: conditional expression of type 'org_soapinterop_xsd::Header2E1' is illegal > 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(687) : error C2451: conditional expression of type 'org_soapinterop_xsd::Header1E0' is illegal > 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(692) : error C2451: conditional expression of type 'org_soapinterop_xsd::Header2E1' is illegal > 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Wsf-c-dev mailing list Wsf-c-dev@... https://wso2.org/cgi-bin/mailman/listinfo/wsf-c-dev |
|
|
[jira] Closed: (WSFCPP-53) Sample 34 client code has compilation failures.[ https://wso2.org/jira/browse/WSFCPP-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chamara Silva closed WSFCPP-53. ------------------------------- issue verified and close > Sample 34 client code has compilation failures. > ----------------------------------------------- > > Key: WSFCPP-53 > URL: https://wso2.org/jira/browse/WSFCPP-53 > Project: WSO2 WSF/C++ > Issue Type: Bug > Components: Samples > Affects Versions: 2.0.0 > Environment: Windows XP > VS9 > Reporter: Chamara Silva > Assignee: Nandika Jayawardana > Priority: High > Fix For: 2.0.0 > > > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(245) : error C2065: 'env' : undeclared identifier > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(245) : error C2227: left of '->log' must point to class/struct/union/generic type > 1> type is ''unknown-type'' > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(273) : error C3861: 'axis2_stub_op_RetHeaderService_echoString_free_output_headers': identifier not found > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(281) : error C2679: binary '=' : no operator found which takes a right-hand operand of type 'org_soapinterop_xsd::Header1E0 *' (or there is no acceptable conversion) > 1> d:\projects\wsfc++\tests\case34\client\src\header1e0.h(193): could be 'org_soapinterop_xsd::Header1E0 &org_soapinterop_xsd::Header1E0::operator =(const org_soapinterop_xsd::Header1E0 &)' > 1> while trying to match the argument list '(org_soapinterop_xsd::Header1E0, org_soapinterop_xsd::Header1E0 *)' > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(283) : error C2819: type 'org_soapinterop_xsd::Header1E0' does not have an overloaded member 'operator ->' > 1> d:\projects\wsfc++\tests\case34\client\src\header1e0.h(33) : see declaration of 'org_soapinterop_xsd::Header1E0' > 1> did you intend to use '.' instead? > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(283) : error C2232: '->org_soapinterop_xsd::Header1E0::deserialize' : left operand has 'class' type, use '.' > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(288) : error C3861: 'axis2_stub_op_RetHeaderService_echoString_free_output_headers': identifier not found > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(294) : error C2440: '=' : cannot convert from 'org_soapinterop_xsd::Header1E0' to 'org_soapinterop_xsd::Header1E0 *' > 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(311) : error C3861: 'axis2_stub_op_RetHeaderService_echoString_free_output_headers': identifier not found > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(319) : error C2679: binary '=' : no operator found which takes a right-hand operand of type 'org_soapinterop_xsd::Header2E1 *' (or there is no acceptable conversion) > 1> d:\projects\wsfc++\tests\case34\client\src\header2e1.h(193): could be 'org_soapinterop_xsd::Header2E1 &org_soapinterop_xsd::Header2E1::operator =(const org_soapinterop_xsd::Header2E1 &)' > 1> while trying to match the argument list '(org_soapinterop_xsd::Header2E1, org_soapinterop_xsd::Header2E1 *)' > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(321) : error C2819: type 'org_soapinterop_xsd::Header2E1' does not have an overloaded member 'operator ->' > 1> d:\projects\wsfc++\tests\case34\client\src\header2e1.h(33) : see declaration of 'org_soapinterop_xsd::Header2E1' > 1> did you intend to use '.' instead? > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(321) : error C2232: '->org_soapinterop_xsd::Header2E1::deserialize' : left operand has 'class' type, use '.' > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(326) : error C3861: 'axis2_stub_op_RetHeaderService_echoString_free_output_headers': identifier not found > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(332) : error C2440: '=' : cannot convert from 'org_soapinterop_xsd::Header2E1' to 'org_soapinterop_xsd::Header2E1 *' > 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(454) : error C2679: binary '=' : no operator found which takes a right-hand operand of type 'org_soapinterop_xsd::Header1E0 *' (or there is no acceptable conversion) > 1> d:\projects\wsfc++\tests\case34\client\src\header1e0.h(193): could be 'org_soapinterop_xsd::Header1E0 &org_soapinterop_xsd::Header1E0::operator =(const org_soapinterop_xsd::Header1E0 &)' > 1> while trying to match the argument list '(org_soapinterop_xsd::Header1E0, org_soapinterop_xsd::Header1E0 *)' > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(456) : error C2819: type 'org_soapinterop_xsd::Header1E0' does not have an overloaded member 'operator ->' > 1> d:\projects\wsfc++\tests\case34\client\src\header1e0.h(33) : see declaration of 'org_soapinterop_xsd::Header1E0' > 1> did you intend to use '.' instead? > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(456) : error C2232: '->org_soapinterop_xsd::Header1E0::deserialize' : left operand has 'class' type, use '.' > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(459) : error C3861: 'WSF_LOG_ERROR': identifier not found > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(491) : error C2679: binary '=' : no operator found which takes a right-hand operand of type 'org_soapinterop_xsd::Header2E1 *' (or there is no acceptable conversion) > 1> d:\projects\wsfc++\tests\case34\client\src\header2e1.h(193): could be 'org_soapinterop_xsd::Header2E1 &org_soapinterop_xsd::Header2E1::operator =(const org_soapinterop_xsd::Header2E1 &)' > 1> while trying to match the argument list '(org_soapinterop_xsd::Header2E1, org_soapinterop_xsd::Header2E1 *)' > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(493) : error C2819: type 'org_soapinterop_xsd::Header2E1' does not have an overloaded member 'operator ->' > 1> d:\projects\wsfc++\tests\case34\client\src\header2e1.h(33) : see declaration of 'org_soapinterop_xsd::Header2E1' > 1> did you intend to use '.' instead? > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(493) : error C2232: '->org_soapinterop_xsd::Header2E1::deserialize' : left operand has 'class' type, use '.' > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(496) : error C3861: 'WSF_LOG_ERROR': identifier not found > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(545) : error C2664: 'org_soapinterop::IRetHeaderServiceCallback::receiveResult_echoString' : cannot convert parameter 2 from 'org_soapinterop_xsd::Header1E0' to 'org_soapinterop_xsd::Header1E0 *' > 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(608) : error C2143: syntax error : missing ')' before ',' > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(608) : error C2660: 'org_soapinterop_xsd::Header1E0::serialize' : function does not take 0 arguments > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(608) : error C2059: syntax error : ')' > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(612) : error C2143: syntax error : missing ')' before ',' > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(612) : error C2660: 'org_soapinterop_xsd::Header2E1::serialize' : function does not take 0 arguments > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(612) : error C2059: syntax error : ')' > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(667) : error C2451: conditional expression of type 'org_soapinterop_xsd::Header1E0' is illegal > 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(672) : error C2451: conditional expression of type 'org_soapinterop_xsd::Header2E1' is illegal > 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(687) : error C2451: conditional expression of type 'org_soapinterop_xsd::Header1E0' is illegal > 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called > 1>d:\projects\wsfc++\tests\case34\client\src\retheaderservicestub.cpp(692) : error C2451: conditional expression of type 'org_soapinterop_xsd::Header2E1' is illegal > 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Wsf-c-dev mailing list Wsf-c-dev@... https://wso2.org/cgi-bin/mailman/listinfo/wsf-c-dev |
| Free embeddable forum powered by Nabble | Forum Help |