Posts

Showing posts from October, 2017
                                         Advantage of Web services Home Exposing the existing function on to network: A  Web service  is a unit of managed code that can be remotely invoked using HTTP, that is, it can be activated using HTTP requests. So,  Web Services  allows you to expose the functionality of your existing code over the network. Once it is exposed on the network, other application can use the functionality of your program. Connecting Different Applications ie Interoperability: Web Services allows different applications to talk to each other and share data and services among themselves. Other applications can also use the services of the web services. For example VB or .NET application can talk to java web services and vice versa. So, Web services is used to make the application platform and technology independent. Standardized Protocol: Web Services uses standardized industry standard protocol for the communication. All the four layers (Service Tran