If I extend XmlRpcHandler and call it echHandle. When the server adds the
Handler by the name of cjones. like:
server.addHandler ("cjones", echHandle);
Why does the client still look for echo? Or is it looking for a handler
named $default?
Error: org.apache.xmlrpc.XmlRpcException: java.lang.Exception: RPC handler
object not found for "echo": no default handler registered.
I am calling the correct method name in the execute as such:
Object result = client.execute ("cjones", v);
How do you add handlers of different names to perform different functions?
Thanks,
Chris Jones
(806)349-5775
"Spoken words are the symbols of mental experience, and written words are
the symbols of spoken words."
Aristotle