This assignment demonstrates how to create a simple web service and how to consume it using a distributed application. The project showcases fundamental web service concepts such as request/response, service hosting, and remote consumption.
- Develop a simple RESTful or SOAP-based web service (e.g., calculator).
- Write a distributed client application that consumes this web service.
- Demonstrate inter-process communication over a network.
This implementation follows the concepts from the YouTube tutorial:
馃敆 Create a Simple Web Service in Java (YouTube)