• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

what are all the possible ways to create a webservice ?

 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends,

I am a newbie to webservices, just started working out few samples,but making myself complicated ,so I would like to know what are all the possible ways to create a webservice ?

I got to know about axis2 and jaxws, which one is the best ?

I use Eclipse Ganymede version 3.4.0 and my application runs on server Tomcat 5.5.17 and jdk1.5.0_08




Thank you all.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The WebServicesFaq lists various implementations, and points to many more. Instead of starting by looking at implementation libraries, I'd advise to read up on concepts such as SOAP and REST and their Java APIs SAAJ, JAX-WS and JAX-RS.

By the way, when comparing implementations (or even technologies), there rarely is a single "best" in a general sense. It always depends on the circumstances.
 
Space pants. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic