SVN is the repository where the latest code is stored.  You need to 
download and build AXIS C++ from latest code. 

My second point was you will not be able to create a Web service in C - 
only client-side is supported. 

Nadir K. Amra


"sneha jain" <[EMAIL PROTECTED]> wrote on 09/24/2007 12:23:38 PM:

> Hi,
> thanks for the reply..
> I downloaded the binary distribution from the apache site..could you
> please tell me what is axis c++  from SVN and i wasnt able to 
> understand your second point.
> 
> 
> On 9/24/07, Nadir Amra <[EMAIL PROTECTED]> wrote: 
> 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] 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to