Tuesday, July 22, 2014

Web Services


A Web service is a method of communication between two electronic devices over a network. It is a software function provided at a network address over the web with the service always on as in the concept of utility computing.

The W3C defines a Web service as: a software system designed to support interoperable machine-to-machine interaction over a network. It has an interface described in a machine-processable format (specifically WSDL). Other systems interact with the Web service in a manner prescribed by its description using SOAP messages, typically conveyed using HTTP with an XMLserialization in conjunction with other Web-related standards.Continue Reading...
From Wikipedia, the free encyclopedia
How Web Service Works?
https://www.youtube.com/watch?v=iB3NNW1zl44

Web Service Books
Web Services: Concepts, Architectures and Applications edited by Gustavo Alonso
Understanding Web Services: XML, WSDL, SOAP, and UDDI By Eric Newcomer
Web Services: Theory and Practice By Anura Guruge
Programming Web Services with SOAP By James Snell, Doug Tidwell, Pavel Kulchenko
Web Service Tutorial
http://www.w3schools.com/Webservices/default.asp
http://www.tutorialspoint.com/webservices
http://javabrains.koushik.org/2013/06/ws01-introduction-to-web-services.html 



No comments:

Post a Comment