Hello. The wsdl2java tool is expected to test for an existing implementation class and create a skeleton only if it doesn't exist. I have not tested it in command line mode, but its seems the ant task don't do it. I've tried to put either the java source file in the output directory, or the compiled class in the classpath, but none of these tests work.
This is not a critical issue, since it's quite easy to make the ant script to ignore the generated class and properly package the server side archive with the right implementation class. But, is there anything i have misunderstood ? How do the tool test for the class presence, java source or compiled class ? Is this a bug, and, finally, in this case, does the 1.2.1 fix it ? Thanks. -- Ephemeris Lappis
