Hi, I'm using the client generation tool in axis2 1.3 to generate a c stub, I have been following the guide given at http://ws.apache.org/axis2/c/docs/axis2c_manual.html#wsdl2c and are using windows xp. I have also tried with the nightly build, but the result is the same.
I'm running the bat file given in the bin directory as follows: wsdl2java.bat -uri http://localhost:8080/AMS/services/administration?wsdl-d adb -l c This creates a h and c file, but the problem is that in the c files it includes a lot of files like #include "adb_AddSpotResponse.h" which aren't generated. Am I supposed to implement these files myself or is it a missing parameter to the tool or it is a bug? The server is java and using axis 2. Thanks, Niels
