Tuesday 1 March 2011

Web Services Vs Web Application

Web Services provides a means to communicate between electronic devices.It interacts with other systems using SOAP protocol.data is conveyed using HTTP with XML.

      Web Application is an application that is accessed over internet.Web Application are popular due its user friendly appearance of browser to clients.Some of common application are webmail,retail sales and online auction.                       


Web API is a development in Web services  where emphasis has been moving away from SOAP based services towards  REST based communications.Web API is typically a defined set of Hypertext Transfer Protocol (HTTP) request messages along with a definition of the structure of response messages, usually expressed in an Extensible Markup Language (XML) or JavaScript Object Notation (JSON) format.

Web applications commonly use a combination of server-side script  and client-side script  to develop the application. The client-side script deals with the presentation of the information while the server-side script deals with  storing and retrieving the information.

    


No comments:

Post a Comment