Hello everyone, I know this must be a dumb question, but after looking a long time on the Internet, I didn't find how to compile the files that return this command line :
$ java -cp $AXIS2CLASSPATH org.apache.axis2.wsdl.WSDL2C -uri gateway.wsdl-ss -sd -d adb -u It returns the following files in the src folder: adb_Describe.c adb_Pause.c adb_Teardown.c adb_Describe.h adb_Pause.h adb_Teardown.h adb_DescribeResponse.c adb_PauseResponse.c adb_TeardownResponse.c adb_DescribeResponse.h adb_PauseResponse.h adb_TeardownResponse.h adb_FirstSetup.c adb_Play.c axis2_skel_Gateway.c adb_FirstSetup.h adb_Play.h axis2_skel_Gateway.h adb_FirstSetupResponse.c adb_PlayResponse.c axis2_svc_skel_Gateway.c adb_FirstSetupResponse.h adb_PlayResponse.h adb_Options.c adb_Setup.c adb_Options.h adb_Setup.h adb_OptionsResponse.c adb_SetupResponse.c adb_OptionsResponse.h adb_SetupResponse.h How can I compile those files so that it becomes libraries that I will be able to put the $AXIS2C_HOME/services/gateway folder? Julien
