Thomas, It has been a while since I had to create my first project, but I will do my best to get you started. I am sure others will chime in where I am wrong:
There is a tool in Axis2/Java called WSDL2C.bat which will generate all the code the code the will parse and package the SOAP messages and ultimately allow you to focus on the implementation, not the plumbing. I think that all I did after that was create a Project in Visual Studio (I am a Windows programmer). I assume on Unix/OSX you would simply create your makefile and compile everything together. Somewhere online there is an example of the command line options to use to generate both server side code and client side code from the WSDL. Sam On Thu, May 27, 2010 at 5:15 PM, Thomas Auzinger <tho...@auzinger.org> wrote: > I downloaded the sources for AXIS2C and managed to build the binaries. I > also modified the samples somewhat and made them talk to a Java client. I > also created some code using wsdl2c. > However, now I want to build a NEW service from my WSDL and I don't know how > to go about that. Is there a HOWTO for that? Is there a makefile that I > can/need to modify? I see that there are e.g. an echo.lib, echo.dll, > echo.exp, and service.xml. How do I get the corresponding files for my new > service? > Thanks, > Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: c-user-unsubscr...@axis.apache.org For additional commands, e-mail: c-user-h...@axis.apache.org