Publishing and Consuming Web services Chapter 19 + other material (references provided)
References For the demos I have used Netbeans IDE. You can very well use any other IDE such as Eclipse or use command line on Linux system. I have no recommendation. http://www.netbeans.org This is tutorial I demoed 2011/2/16 http://netbeans.org/kb/docs/websvc/jax-ws.html This is tutorial I will be demoing today 2011/2/21 http://netbeans.org/kb/docs/websvc/zillow.html
Web services Here are some examples of published web services: http://www.deanclatworthy.com/imdb/ http://www.imdb.com/licensing/ European Bioinformatics Institute: http://www.ebi.ac.uk/Tools/webservices/wsdl/list NCBI (National Center for Biotechnology Information): Blast: (Basic Local Alignment Tool) http://www.ebi.ac.uk/Tools/webservices/services/sss/ncbi_blast_rest Of course we discussed amazon web services
Simple Web services: Class Demo 2011/2/16
Demo 2011/2/21 (unscheduled) REST API: you will process restResponse and extract the result object from the response
How to consume a web services? Once you get the WSDL that could provide the address you need for the SEI or service end point See http://netbeans.org/kb/docs/websvc/client.html