thanks, I searched on and found it at bea, excerpt from there files
http://www.bea.com/press/wls_61.pdf Next you'll need to write an XML-based file called build.xml that defines the service name and other "Ant" specific directives. This file, along with the EJB component .jar file, serve as inputs to the "WSGEN" build process. The output of the "WSGEN" build is an Enterprise Archive file (.ear file) and contains everything necessary to run a Web service. Deploying the Web service is as easy as placing the file in the appropriate WebLogic directory. The "WSGEN" build process was built on top of Apache's Jakarta Project Ant (see Jakarta.apache.org/ant), a Java- and XML-based build utility. Ant is embedded in the WLS library, so it's not necessary to separately download the utility. _____________________ Jane Fraser Release Manager Core Platform Engineering x 6743 cell 415-517-0168 "Steve Loughran" To: "Ant Users List" <[EMAIL PROTECTED]> <steve_l@isera cc: n.com> Subject: Re: wsgen task 04/12/2002 12:07 PM Please respond to "Ant Users List" ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 12, 2002 11:27 AM Subject: wsgen task > anyone know where I can find info on "wsgen" task for web services > > and the code needed to run it. It isnt an ant task,or an Apache Axis task. Maybe the sun web stuff toolkit? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
