This lesson will cover what Web Services are. Simply put, a WebService is a service that runs on the Web and exposes certain application logic to the outside world making it callable via the web using HTTP request.
This lesson will focus on SOAP WebServices. It uses a specialized form of XML for communication.