Interview Question
Qus: What is the specific features in web service?
Following are the features of web services -
1. XML-Based. Web services use XML at data representation and data transportation layers.
2. Loosely Coupled. A consumer of a web service is not tied to that web service directly.
3. Coarse-Grained.
4. Ability to be Synchronous or Asynchronous.
5. Supports Remote Procedure Calls(RPCs)
6. Supports Document Exchange.
Answers (2)
1. XML-Based. Web services use XML at data representation and data transportation layers.
2. Loosely Coupled. A consumer of a web service is not tied to that web service directly.
3. Coarse-Grained.
4. Ability to be Synchronous or Asynchronous.
5. Supports Remote Procedure Calls(RPCs)
6. Supports Document Exchange.