Re: WSDL2Java C code generation

2007-07-21 Thread Mark Nüßler
hello user, i don't know if i understand the problem right, just want to share what i have. @michale mole, when i generate, i can't see the files 'adb_EchoStringReturn.h' or 'EchoStringReturn.java' in any header file, i see #include axis2_echoStringReturn.h #include axis2_echoStringParam.h

Re: WSDL2Java C code generation

2007-07-21 Thread Milinda Pathirage
Hi, Sorry for the mistake I made by mentioning Axis2/Java as Axis2. Here is the code for WSDL2C.bat file. set AXIS2_HOME = C:\axis2java setlocal EnableDelayedExpansion set AXIS2_CLASSPATH=%AXIS2_HOME% FOR %%c in (%AXIS2_HOME%\lib\*.jar) DO set AXIS2_CLASSPATH=!AXIS2_CLASSPATH!;%%c; java