You shouldn't have to create WSDL files at all. If you're using annotations and jbossws-1.2 then the WSDL is created and published during deployment whenever the deployer spots a @webservice. v. easy!!
simply navigate to http://localhost/jbossws/services to see which endpoints were detected and deployed. click on the link and there's your WSDL. using a command like the following, you can create java client side artifacts directly from the deployed services: wsconsume http://localhost/myapp-myapp_webservice_ejb-HEAD/SomeBeanFSB?wsd | l -k -s \maven\myapp\src\ -p myapp.tests.ws.mytestpkg View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030097#4030097 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030097 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
