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
Log in to post a comment.
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