A Web Service can be defined by following ways:
=============================================
-> A web service is a client server application or application component for communication.
-> It is method of communication between two devices over network.
-> It is a software system for interoperable machine to machine communication.
-> It is a collection of standards or protocols for exchanging information between two devices or application.
-> For example, java application can interact with Java, .Net and PHP applications.
So web service is a language independent way of communication.
Types of Web Services
==============================
-> There are mainly two types of web services.
1. SOAP web services.
2. RESTful web services.
=============================================
-> A web service is a client server application or application component for communication.
-> It is method of communication between two devices over network.
-> It is a software system for interoperable machine to machine communication.
-> It is a collection of standards or protocols for exchanging information between two devices or application.
-> For example, java application can interact with Java, .Net and PHP applications.
So web service is a language independent way of communication.
Types of Web Services
==============================
-> There are mainly two types of web services.
1. SOAP web services.
2. RESTful web services.
Comments
Post a Comment