Problem Statement
This lab demonstrates how to create and consume a SOAP-based web service in ASP.NET using VB. A MathLibService with four methods (Add, Subtract, Multiply, Divide) is hosted in IIS, and a ServiceClient web app uses a proxy to call these methods and display results based on user input.
Code Implementation Report
Demonstration Pages