HiI am using Eclipse with axis2 plugin to generate Java code from a wsdl file. the wsdl file is changed frequently. so I need to regenerate the Java code from the wsdl. But if I generate code to the same project, it will take a long time and the skeleton java file won't be generated again
because there's already a skeleton file( I guess so).So I have to create another java project and generate code to this project from the wsdl file.
Does anybody have a better way to do this work? Thanks Chang
