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.
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 .
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.