Hirok Das - 2021-01-20

Till now - i have only done it like this -
class MyServlet extends XmlRpcServlet {

override def init(config: ServletConfig): Unit = {
super.init(config)
getXmlRpcServer.addInvocationHandler("Simulator", Simulator)
}

I am getting below error -
redstone.xmlrpc.XmlRpcFault: The specified handler cannot be found