Problem Statement
Q1: Draw the Web Services Execution Model.
Q2: Develop a Web Service with four web methods as follows:
(a) Add
(b) Subtract
(c) Multiply
(d) Divide
All methods should take two parameters and return a string result.
Q3: Test the web service using a browser on your local PC.
Install Internet Information Services (IIS) if not already installed. Then use IIS Manager to create two applications:
(a) MathLibService
(b) ServiceClient
Q4: Implement a web application “ServiceClient” which uses MathLibService as a web service.
Develop a suitable web page that includes text boxes to accept input from users. Use a proxy class to get the response from the web service and display it to the user.