The Converter Web Service is a .NET web service that
converts between different measurements.
The following files are used in this program:
- converterservice.asmx: A service that
converts lbs and inches to kilograms and centimeters.
You can access the actual service here: http://www.beetledev.com/webservices/converterservice.asmx
- ConverterService.dll: The compiled
proxy library to access the Converter service. The aspx
client needs this library in order to access the Converter
web service. This library is created the same way as the
BmiService.dll library.
- converterclient.aspx: This aspx page
acts as the client to the web services.
April 27, 2003