Need some help in setting up a XmlRpcServlet in scala. Any help is much appreciated.
2021-01-20
2021-01-20
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
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