A Simple Web Service

    The web service has been moved to another place, so the links do not work now :(
  1. When you input 3 numbers and click submit, a servlet will be called.
  2. This servlet in turn will call the web service in my home computer. The URL of this web service is: http://67.163.233.209:8080/axis/GetCoordinate.jws.
  3. This web service will parse input, calculate and return results in a string to the servlet.
  4. The servlet will parse the string and display the results.
  5. x of the center point:
    y of the center point:
    radius of the circle:
      
    >