Explain the characterstic of web service techonolgySolutionT
Explain the characterstic of web service techonolgy.?
Solution
The characterstics of web service technologies are as follows:
1. It is XML based : They uses XML in the tranportation layer to represent the data. Hence by using it binding issues with network ,oS etc are removed.
2. Loosely coupled : It is loosely coupled because Adopting a by loosely coupled architecture tends we can make software systems easy to manage and also it becomes simple to join different systems.
3.Synchronous as well as asynchronous: In Synchronous client receive their result at that point of time whereas in ASynchronous client receive thir result at later point of time.
