A Web Service can be defined in the following ways:
- It is a client-server application or application component for communication.
- The method of communication between two devices over the 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 applications.
As you can see in the figure, Java, .net, and PHP applications can communicate with other applications through web services over the network. For example, the 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.- SOAP web services.
- RESTful web services.
Features of Web Service
XML-Based
Web services use XML at data description and data transportation layers. Using XML excludes any networking, operating system, or platform binding. Web services-based operation is extremely interoperable at its core level.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.