Skip to main content

Running wsimport got easier!

Posted by vivekp on August 17, 2007 at 8:01 PM EDT

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.

Related Topics >>