RE: RE : WSDL2C: structure definition is generated in C file so sizeof fails compilation

2008-04-21 Thread Kamath, Navin
Hi, The right way to do it is to define it in a header file and provide header macro guards inside the header file #ifndef SOME_UNIQUE_IDENTIFIER #define SOME_UNIQUE_IDENTIFIER // struct defn //whatever else #endif /*SOME_UNIQUE_IDENTIFIER*/ But I am new to Axis2 as well, so

RE: WSDL2C

2008-04-05 Thread Kamath, Navin
/ >axutil_env_t *env; >axs2_stub_t *stub; > >/* then usage*/ >env = ...; >stub = ...; > } > > Hope this will useful in catching the problem. > > Thanks > Dimuthu > > > > On Fri, Apr 4, 2008 at 9:34 PM, Kamath, Navin <[EMAIL PR

RE: WSDL2C

2008-04-04 Thread Kamath, Navin
ing, please copy the scripts form https://svn.apache.org/repos/asf/webservices/axis2/trunk/c/tools/codegen /javatool/ Thanks Dimuthu On Thu, Apr 3, 2008 at 11:30 PM, Kamath, Navin <[EMAIL PROTECTED]> wrote: > Hi, > > I downloaded 1.3.0 binary distribution of Axis2/C from > http://

RE: WSDL2C

2008-04-03 Thread Kamath, Navin
hanks Dimuthu On Thu, Apr 3, 2008 at 11:09 PM, Kamath, Navin <[EMAIL PROTECTED]> wrote: > Hi there, > > I want to use WSDL2C tool from Axis2 on windows to generate some C code. > But no matter which version I download I don't see the tool in bin > folder. > > I und

WSDL2C

2008-04-03 Thread Kamath, Navin
Hi there, I want to use WSDL2C tool from Axis2 on windows to generate some C code. But no matter which version I download I don't see the tool in bin folder. I understand that the tool itself belongs to Axis2/J. The versions I tried are http://ws.apache.org/axis2/download/1_3/download.cgi using