aspose file tools
The moose likes Web Services and the fly likes How To :: Generating WSDL file from eclipse(java2wsdl & wsdl2java from eclipse) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "How To :: Generating WSDL file from eclipse(java2wsdl & wsdl2java from eclipse)" Watch "How To :: Generating WSDL file from eclipse(java2wsdl & wsdl2java from eclipse)" New topic
Author

How To :: Generating WSDL file from eclipse(java2wsdl & wsdl2java from eclipse)

Bhavik Patel
Ranch Hand

Joined: Jul 12, 2004
Posts: 155
i have set up jboss 4.0 with eclipse and want to just create a sample webservice...for calculator.. I have generated all the java code.. How do i configure eclipse to generate wsdl file & stub classes..I mean wsdl2java & java2wsdl features with eclipse.. I read in google that eclipse comes with builtin support (Axis2 code generator) that can gen wsdl file..Can anyone tell me how to use this feature with in eclipse to generate the wsdl file or configure eclipse such a way that i can generate wsdl file with in elipse..i have eclipse 3.1.1 on suse 10.0


SCJP 1.4<br />SCWCD 1.4(91%)<br />Working on SCJD -Bodgitt & Scrapper Constructions...<br /> <br />"It takes 43 muscles to frown & 17 to smile but it doen't take any to just sit there with a dumb look on your face .. Keep Smiling "
Peer Reynders
Bartender

Joined: Aug 19, 2005
Posts: 2906
The simplest way is to use the Axis ant tasks <axis-wsdl2java> and <axis-java2wsdl in an ant build script from within Eclipse.
Axis Ant Tasks

See also axis plugin for Eclipse.


"Don't succumb to the false authority of a tool or model. There is no substitute for thinking."
Andy Hunt, Pragmatic Thinking & Learning: Refactor Your Wetware p.41
Durgaprasad Guduguntla
Ranch Hand

Joined: Oct 20, 2003
Posts: 99
Check out this article for developing and deploying axis based web services using Eclipse WTP.


Thanks,<br />Durgaprasad<br />SCJP1.4, SCWCD1.4, SCBCD1.3,<br />SCEA
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How To :: Generating WSDL file from eclipse(java2wsdl & wsdl2java from eclipse)
 
Similar Threads
webservice resources.
Creating a web service with Axis2 and wsdl2java / java2wsdl
Web-app to web-service (Axis)
Java Integer Object in Axis - WSDL
Help neded for developing the web service