Test asmx web service available.
If you are developing and need a simple .net web service to consume then one is available here:
http://mist.com.au/temperaturewebservice/temperaturewebservice.asmx?wsdl
View source if you don’t see the output.
.net framework 2.0, the SOAP way.
REST document link:
http://home.ccil.org/~cowan/restws.pdf
Seems like http://www.w3schools.com/webservices/tempconvert.asmx have the same example, mine was based on a Microsoft® example.
Advertisement