I'm trying to script the generation of WSDL files in Websphere studio 5.1.
With a wizard, you can select a wsdl and create skeleton classes.
I know I can do most of that with the
Ant task WSDL2java,
but the wizard is also creating the jax-rpc-mapping for each port, how do I create that?
This file is referenced in the WEB-INF/webservices.xml
I could create the mapping it with a xdoclet, but that assumes I created the
java classes myself. Since I'm starting with the WSDL to generate classes, I don't have the meta information.
Regards,
/Tom