Sanjaya,

This looks like you have an inconsistent CVS check-out.

I made changes to the Stub API on Friday, moving setSOAPMethodAttribute to
the Call API and removing other xxxSOAPMethodAttribute methods completely.
Based on the compilation errors you're seeing, I'd say you have the latest
Stub.hpp, but for some reason an out-of-date Stub.cpp.

Adrian
_______________________________________
Adrian Dick ([EMAIL PROTECTED])

"sanjaya singharage" <[EMAIL PROTECTED]> wrote on 07/03/2005 10:41:09:

>        [cc] AxisTime.cpp
>        [cc] MinExclusive.cpp
>        [cc] FractionDigits.cpp
>        [cc] NonNegativeInteger.cpp
>        [cc] OtherFaultException.cpp
>        [cc] GDay.cpp
>        [cc] AnyURI.cpp
>        [cc] AdminUtils.cpp
>        [cc] Generating Code...
>        [cc] Compiling...
>        [cc] apr_base64.c
>        [cc] Generating Code...
>        [cc] Compiling...
>        [cc] IAnySimpleType.cpp
>        [cc] Stub.cpp
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(227
> ) : error C2039: 'setSOAPMethodAttribute' : is not a member of 'Stub'
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\include\axis/client/St
> ub.hpp(96) : see declaration of 'Stub'
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(229
> ) : error C2660: 'setSOAPMethodAttribute' : function does not take 4
> parameters
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(232
> ) : error C2039: 'setSOAPMethodAttribute' : is not a member of 'Stub'
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\include\axis/client/St
> ub.hpp(96) : see declaration of 'Stub'
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(236
> ) : error C2673: 'setSOAPMethodAttribute' : global functions do not have
> 'this'
> pointers
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(236
> ) : error C2227: left of '->getFirstSOAPMethodAttribute' must point to
> class/str
> uct/union
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(244
> ) : error C2673: 'setSOAPMethodAttribute' : global functions do not have
> 'this'
> pointers
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(244
> ) : error C2227: left of '->deleteCurrentSOAPMethodAttribute' must point
to
> clas
> s/struct/union
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(248
> ) : error C2673: 'setSOAPMethodAttribute' : global functions do not have
> 'this'
> pointers
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(248
> ) : error C2227: left of '->getNextSOAPMethodAttribute' must point to
> class/stru
> ct/union
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(255
> ) : error C2065: 'm_vSOAPMethodAttributes' : undeclared identifier
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(255
> ) : error C2228: left of '.push_back' must have class/struct/union type
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(256
> ) : error C2065: 'm_viCurrentSOAPMethodAttribute' : undeclared identifier
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(256
> ) : error C2228: left of '.begin' must have class/struct/union type
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(259
> ) : error C2039: 'getFirstSOAPMethodAttribute' : is not a member of
'Stub'
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\include\axis/client/St
> ub.hpp(96) : see declaration of 'Stub'
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(260
> ) : error C2373: 'getFirstSOAPMethodAttribute' : redefinition; different
> type mo
> difiers
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(261
> ) : error C2228: left of '.begin' must have class/struct/union type
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(262
> ) : error C2228: left of '.end' must have class/struct/union type
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(265
> ) : error C2100: illegal indirection
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(268
> ) : error C2039: 'getNextSOAPMethodAttribute' : is not a member of 'Stub'
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\include\axis/client/St
> ub.hpp(96) : see declaration of 'Stub'
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(269
> ) : error C2373: 'getNextSOAPMethodAttribute' : redefinition; different
type
> mod
> ifiers
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(271
> ) : error C2228: left of '.end' must have class/struct/union type
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(276
> ) : error C2228: left of '.end' must have class/struct/union type
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(279
> ) : error C2100: illegal indirection
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(282
> ) : error C2039: 'getCurrentSOAPMethodAttribute' : is not a member of
'Stub'
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\include\axis/client/St
> ub.hpp(96) : see declaration of 'Stub'
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(284
> ) : error C2228: left of '.end' must have class/struct/union type
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(287
> ) : error C2100: illegal indirection
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(305
> ) : error C2039: 'deleteCurrentSOAPMethodAttribute' : is not a member of
> 'Stub'
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\include\axis/client/St
> ub.hpp(96) : see declaration of 'Stub'
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(306
> ) : error C2373: 'deleteCurrentSOAPMethodAttribute' : redefinition;
> different ty
> pe modifiers
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(307
> ) : error C2228: left of '.end' must have class/struct/union type
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(309
> ) : error C2100: illegal indirection
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(309
> ) : error C2541: delete : cannot delete objects that are not pointers
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(310
> ) : error C2228: left of '.erase' must have class/struct/union type
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(311
> ) : error C2228: left of '.begin' must have class/struct/union type
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(315
> ) : error C2039: 'deleteSOAPMethodAttribute' : is not a member of 'Stub'
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\include\axis/client/St
> ub.hpp(96) : see declaration of 'Stub'
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(317
> ) : error C2228: left of '.begin' must have class/struct/union type
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(319
> ) : error C2228: left of '.end' must have class/struct/union type
>        [cc]
> D:\san\works\checkouts\head\ws-axis\c\src\engine\client\Stub.cpp(319
> ) : fatal error C1903: unable to recover from previous error(s); stopping
> compil
> ation
>        [cc] Generating Code...
>
>
>
> BUILD FAILED
> D:\san\works\checkouts\head\ws-axis\c\build\buildClient.xml:20: cl failed
> with r
> eturn code 2
>
> Total time: 35 seconds
>
>

Reply via email to