What is Web Service?
A web service provides an interface that clients can access over the Internet.
What is the SOAP protocol?
Simple Object Access Protocol:
-Synchronous/ asynchronous interactions over the internet.
-Defines how to use XML to represent content of messages.
-Defines how messages are exchanged.
What are RESTful Web Services?
Representational State Transfer uses a simple minimum set of of operations, focuses on resources rather than the operations allowed on them, allows for looser coupling compared to SOAP because it removes the dependency on APIs.