I downloaded axis 1.6b and am trying to build the client side of a web service. The source file get generated fine, I add the various path to my project an then try to build.

I get a bunch of error in the deserialization functions:
All of them along those lines:

xsd__boolean* p_compilation = (pIWSDZ->getElementAsBoolean ("compilation",0));
        param->compilation = *p_compilation;

error: cannot convert 'axiscpp::xsd__boolean' to 'axiscpp::xsd__boolean*' in assignment

compilation is declared as like this in the class: xsd__boolean * compilation;

So i don't really know what i should change to get it to generate the C++ file correctly. Note that I'm running on a mac, so maybe it has something to do with this.

any idea appreciated
Best,
Olivier Destrebecq
[EMAIL PROTECTED]



Reply via email to