<target name="build-server-java" description="Generate the WSDL files
for the webservices" depends="compile">
| <taskdef name="wsgen"
classname="com.sun.tools.ws.ant.WsGen">
| <classpath refid="build.classpath" />
| </taskdef>
| <wsgen genwsdl="true" keep="true" verbose="true"
destdir="${wsdl.dir}" sei="yourPackage.YourClass">
| <classpath>
| <pathelement path="${lib.dir}/ejb-api.jar"/>
| <pathelement path="${lib.dir}/jboss-seam.jar"/>
| <path location="${jar.dir}" />
| </classpath>
| </wsgen>
| </target>
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256799#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...