I am using RAD 7.5 (based on Eclipse) to generate client code from webservice WSDLs. There are actually 2 or 3 that need to be generated together to produce one client. Is there a way to automate the process of stepping through the webservice client wizard, selecting the JAX-WS binding files for all WSDLs? Ideally, this process would also create the Jar file after the Java code has been generated.
Is it possible to automate this in RAD/Eclipse?
You can use Maven with Eclipse.
There is a plugin for Maven
http://jax-ws-commons.java.net/jaxws-maven-plugin/examples/using-wsdlLocation.html