• 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

Axis2 web service from WSDL - What is a good Eclipse project type for this

 
Ranch Hand
Posts: 215
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi. I would like to follow the instructions on the Axis2 web site to Deploy and Run an Axis2 Service Created from WSDL in Axis2 1.5.1. My intention is to generate the service and client code from a WSDL file, and then copy/paste the generated code into my Eclipse project.

What is a good Eclipse project type (like Dynamic Web Project, Java Project, Web Serviceetc.) to use for this purpose?

Thanks in advance!
 
R Srini
Ranch Hand
Posts: 215
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Once the WSDL2Java generated code and other artifacts are copy pasted into a regular Java project, I am good to go. So I guess the project type is not important since I have everything I need to build the needed archive.
 
reply
    Bookmark Topic Watch Topic
  • New Topic