|
Answer» Some of the important features of web services include: - Used to standardized XML messaging system.
- Not tied to any one programming language or any operating system.
- Discoverable via a SIMPLE find mechanism.
- Available over the internet or private networks.
- Supports loosely coupled connections between systems.
- Can be synchronous or asynchronous.
- Supports the transparent exchange of DATA to facilitate business integration.
- Supports communication among different apps with HTML, XML, WSDL, SOAP, etc.
- Supports RPC (REMOTE Procedure Calls).
|