wsdl java classes generation to specific package -


which option have use in wsimport tool generate wsdl based java classes in selected package?

suppose have wsdl file, want run wsimport on generate classes selected package.

-p

specifying target package via command-line option, overrides wsdl , schema binding customization package name , default package name algorithm defined in specification

http://docs.oracle.com/javase/6/docs/technotes/tools/share/wsimport.html


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -