[jboss-user] [JBoss Web Services Users] - Re: error when using wsgen to generet wsdl

Josief do-not-reply at jboss.com
Thu Sep 24 04:01:39 EDT 2009


<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#4256799

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4256799



More information about the jboss-user mailing list