Running wsimport got easier!
I recently updated my Vista notebook with Cygwin and tried to run wsimport CLI. Guess what, it did not run. Part of the problem was the wsimport shell script. It is always problematic maintaining scripts across various platforms.
This prompted me to think that why do we even need a shell script to run wsimport. We should simply be able to run it as:
$java -jar $JAXWS_HOME/lib/jawws-tools.jar endpoint.wsdl
So, I enabled this support in JAX-WS RI 2.1.3 code base and wsimport.sh|bat are modified accordingly. Try it from the nightly and send us feedback to us.
- Login or register to post comments
- Printer-friendly version
- vivekp's blog
- 995 reads





