Is there an ANT task to generate WSDL file for a Stateless Session Bean or Java Class or JMS Consumer/Producer. If yest, pls describe the attributes with an example.
Thanks,
-
Is there a ANT task to generate WSDL file ? (2 messages)
- Posted by: Sridhar Reddy
- Posted on: May 14 2003 19:40 EDT
Threaded Messages (2)
- Is there a ANT task to generate WSDL file ? by Vivek Bhaskaran on May 14 2003 20:20 EDT
- Is there a ANT task to generate WSDL file ? by Web Master on May 15 2003 08:46 EDT
-
Is there a ANT task to generate WSDL file ?[ Go to top ]
- Posted by: Vivek Bhaskaran
- Posted on: May 14 2003 20:20 EDT
- in response to Sridhar Reddy
Weblogic 7.0 has some ant tasks.. they suck ass though..but they will do what you describe above. Search for "webservices ant" in bea's site. -
Is there a ANT task to generate WSDL file ?[ Go to top ]
- Posted by: Web Master
- Posted on: May 15 2003 08:46 EDT
- in response to Sridhar Reddy
If you are using Apache axis, it includes an ant task to do this. The task (Java2WsdlAntTask.class) is located in the axis-ant.jar. Ive used it for POJO's, not sure if it supports EJB interfaces.
Check out the axis Users's Guide (http://ws.apache.org/axis/index.html) for documentation on "Java2WSDL: Building WSDL from Java". There is a link to the ant task documentation which describes all the parameters.
HTH