[jboss-user] [JBossWS] - Re: WSDL-location help?

monowai do-not-reply at jboss.com
Tue Mar 20 23:43:46 EDT 2007


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



More information about the jboss-user mailing list