First, ensure you are using Axis C++ from SVN, since that is the most
stable version.
Second, on client-side is supported - i.e. you cannot create a C Web
service.
Nadir K. Amra
"sneha jain" <[EMAIL PROTECTED]> wrote on 09/24/2007 07:19:12 AM:
> Hi all,
>
> I am using axis-c 1.6 ... I have a wsdl and am trying generate C
> skeletons using it. I am successful in generating the skeletons
> without errors. But when i try to create the service dll it gives
> errors which seem to be simple syntax errors but i cant understand y..
>
> example of errors i get -
> concatstructure.c
> c:\axisextract\concatserver\concatstructure.c(37) : error C2143:
> syntax error : missing ')' before '*'
> c:\axisextract\concatserver\concatstructure.c(37) : error C2081:
> 'IWrapperSoapSerializer' : name in formal parameter list illegal
> c:\axisextract\concatserver\concatstructure.c(37) : error C2143:
> syntax error : missing '{' before '*'
> c:\axisextract\concatserver\concatstructure.c(37) : error C2146:
> syntax error : missing ';' before identifier 'bArray'
> c:\axisextract\concatserver\concatstructure.c(37) : error C2059:
> syntax error : ')'
> c:\axisextract\concatserver\concatstructure.c(38) : error C2054:
> expected '(' to follow 'bArray'
> c:\axisextract\concatserver\concatstructure.c(61) : error C2143:
> syntax error : missing ')' before '*'
> c:\axisextract\concatserver\concatstructure.c(61) : error C2081:
> 'IWrapperSoapDeSerializer' : name in formal parameter list illegal
> c:\axisextract\concatserver\concatstructure.c(61) : error C2143:
> syntax error : missing '{' before '*'
> c:\axisextract\concatserver\concatstructure.c(61) : error C2059:
> syntax error : ')'
>
> and the 37th line in concatstructure.c is
> int Axis_Serialize_concatstructure(concatstructure* param,
> IWrapperSoapSerializer* pSZ, bool bArray)
> {
> .............
> ......
> }
>
> i dnt see any problem with this...can anyone please help.
>
> Thanks,
> Sneha
>
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]