how to use wsimport in java prgram?
Hi Friends,
I am trying to convert wsdl file into java classes. And I did it through wsimport tool.
By this command : $wsimport -d <directory path to put java classes> -Xnocompile <wsdl file location>
it generated all required java source files in directory.
But I want it though java program. in which I can pass directory location, wsdl location .
I saw wsimport folder, it contains many jar files. But dont know which to use in my program.
basically I am developing an eclipse plugin, so everything should be done through java program. That's why I am searching the programmatic way.
Please help
Thanks
Harshit