[sorry for my english]

Hi, I'm a Newbie in Web Services. I've a java desktop app and some JSP/Servlets working fine, and I need to comm. both with the logic, (must be) using java.

Which book/tutorial/how-to you recomend?

Thanks

link|improve this question
Have you decided on an API "type" yet? E.g. XML-RPC or REST? Judging from your question I thought you were looking for general advice, not so much links on how to implement "something". – Till Oct 14 '08 at 17:11
feedback

7 Answers

up vote 1 down vote accepted

Web Services Essentials Distributed Applications with XML-RPC, SOAP, UDDI & WSDL
Ethan Cerami

Publisher: O'Reilly

link|improve this answer
feedback

I'm a big fan of Spring Web Services: http://static.springframework.org/spring-ws/sites/1.5/reference/html/tutorial.html

link|improve this answer
feedback

http://www.agileskills2.org/DWSAA/index.html -- Axis2 book: Developing Web Services with Apache Axis2.

link|improve this answer
feedback

One candidate is Programming Jakarta Struts from O'Reilly. This book explains some of the basic notions of web services in the introductory chapters.

link|improve this answer
feedback

It depends on which application server/web service framework you plan to use. If you plan to use WebLogic http://e-docs.bea.com/wlw/docs100/guide/webservices/WSTutorial/tutWebSvcIntro.html

link|improve this answer
feedback

After you go through your tutorial, you'll want to build an application which consumes available web services. See this link for sites where you can pull available webservices,

http://stackoverflow.com/questions/192723/is-there-somewhere-i-can-search-for-available-webservices

There are several good ones mentioned that you can use.

link|improve this answer
feedback

If you would like to dig a little deeper into some of the concepts behind web services (SOA, et al.) I would recommend SOA using java web services by Mark Jensen found here: http://www.amazon.com/SOA-Using-Java-Web-Services/dp/0130449687/ref=sr_1_1?ie=UTF8&qid=1230047736&sr=8-1

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.