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
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