• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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

 
Ranch Hand
Posts: 155
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 99
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check out this article for developing and deploying axis based web services using Eclipse WTP.
 
This. Exactly this. This is what my therapist has been talking about. And now with a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic