• 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

Easiest path for learning SOAP Web Services with Axis?

 
Ranch Hand
Posts: 188
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am an experienced Java developer who has been developing RESTful web services for the past two years (on one project I rolled my own using Spring MVC and another I used a bare-bones JAX-WS approach). I want to learn how to develop SOAP based web services. I'm also interested in learning Axis, as this seems to be the most widely used open source SOAP implementation. Can someone please give me some advice on how I should proceed? Thanks in advance for your suggestions.

--James
 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For Axis 1.x Creating Web Services with Apache Axis is a good primer.

For Axis 2 (which is guided by JAX-WS) there isn't an equivalent.

However you can deepen your JAX-WS with SOA Using Java� Web Services (amazon US; Sample Chapter: Basic SOA Using REST).
(Mark D. Hansen's posts during a recent book promotion and his homepage) It uses the GlassFish application server for web services. Ultimately most of the knowledge gained should then be transferable to Axis 2 � barring the odd Axis 2 idiosyncrasy.

You may also want to keep current with your RESTful web services (and ROA) with RESTful Web Services (amazon US; Leonard Richardson�s and Sam Ruby�s posts during a recent book promotion).
[ July 31, 2007: Message edited by: Peer Reynders ]
 
James Adams
Ranch Hand
Posts: 188
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the very helpful response!

--James
reply
    Bookmark Topic Watch Topic
  • New Topic