This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Web Services and the fly likes Tutorials for Web service Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Tutorials for Web service " Watch "Tutorials for Web service " New topic
Author

Tutorials for Web service

ragi singh
Ranch Hand

Joined: Mar 10, 2010
Posts: 198

hi all ,

I am developer and am new to web service . Can anyone suggest me some tutorial links wherein i can get an in depth view on web service in a very short course of time . I am currently reading the book Web-Services by Richard Monson Haefel .
Prabhakar Reddy Bokka
Ranch Hand

Joined: Jul 26, 2005
Posts: 189

The Java Web Services Tutorial

This can give you an in depth view on web services.


SCJP 5, SCWCD 5
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35443
    
    9
I am currently reading the book Web-Services by Richard Monson Haefel .

Note that this book is somewhat dated; for example, it covers JAX-RPC (which is obsolete) but not JAX-WS (JAX-RPC'S successor). If you're specifically interested in developing Java SOAP web services, then the Mark Hansen book would make for good follow-up reading.

But both books are mainly about SOAP, whereas these days REST is very popular as well. The WebServicesFaq has various links to introductory material about both these architectural styles.


The JWSDP 1.6 is seriously outdated; don't use that (and, by corollary, don't read this tutorial).


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Tutorials for Web service
 
Similar Threads
File upload using web service
Developing basic web service in eclipse
stateless session bean and web service
Web Service Creation With AttachMent
Invoking a https webservice