예제 #1
0
  protected void doPost(HttpServletRequest request, HttpServletResponse response)
      throws ServletException, IOException {

    // Here we call the XmlRpcServletServer to execute the request.

    server.execute(request, response);
  }