Skip to main content

Posts

Showing posts with the label WebServices Tutorials

How To Create A Simple Webservice In Java?

I was searching over internet for a simple tutorial how to create a webservice. I think this best tutorial I have found. This tutorial shows how to create a simple Web service and Web service client from a Java class. The Java class in this scenario converts between the Celsius and Farenheit temperature scales. Example 1       |       Exapmle 2