WEB SERVICES:
A web service is a service provided by an independent separate program that can be called by an application and can be run on different machines. A web service implements an API (Application Programming Interface) to communicate between client and server over a network usually through HTTP.
SERVICE API:
To implement the web services and to perform communication between the devices on the network Service API are used. Service API is the method that handles these communications,
....Read More