Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

Assignment 7: Web Service Creation and Consumption

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.

馃搶 Objective

  • 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.

馃摻 Reference Tutorial

This implementation follows the concepts from the YouTube tutorial:
馃敆 Create a Simple Web Service in Java (YouTube)