On Wed, 2007-11-21 at 10:31 +0200, Jeff Mutonho wrote:
> One of the steps I would like to automate is the generation of  skeleton ejb
> code(for Websphere 6) from wsdls. Currently this is being done
>  by creating a batch file with the following content
> 
> WSDL2Java -v -r develop-server -c ejb –I yes -o <outputFolderPath> -f
> <mappingFilePath> <wsdlFilePath>
> This batch file is then run from the "<Install_Dir>\runtimes\base_v6\bin"

You can use the exec plugin. IBM also provides an ant job for this,
which you can invoke with the antrun plugin.

-Olivier


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to