wsimport .wsdl : why generating .class files and not .java files?

wsimport utility from JDK 1.7 does generate java files but removes them after byte-code generation leaving class files only. You can use option -keep to specify that you want to have both.

wsimport -keep http://example.com/webservice?wsdl

Leave a Comment

tech