The Source for Java Technology Collaboration
User: Password:



Vivek Pandey

Vivek Pandey's Blog

Running wsimport got easier!

Posted by vivekp on August 17, 2007 at 05:01 PM | Comments (4)

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.


Bookmark blog post: del.icio.us del.icio.us Digg Digg DZone DZone Furl Furl Reddit Reddit
Comments
Comments are listed in date ascending order (oldest first) | Post Comment

  • nice

    Posted by: zero on August 18, 2007 at 02:10 AM

  • Good! Scripts are a source of endless issues. Stephen Hahn was very recently talking about how problematic scripts where in the Solaris experience and that they would try hard to move away from them. -- eduard/o

    Posted by: pelegri on August 19, 2007 at 07:58 PM

  • This is great! When can we see this functionality in Metro ?

    Posted by: arungupta on August 20, 2007 at 02:18 PM

  • We are working on publishing Metro 1.1 nightly. As soon as we have it you can try 'java -jar webservices-tools.jar' to run wsimport.

    Posted by: vivekp on August 27, 2007 at 03:42 PM



Only logged in users may post comments. Login Here.


Powered by
Movable Type 3.01D
 Feed java.net RSS Feeds