Felix Halim wrote:
Hi,

I'm using xmlrpc (Java Server) from http://ws.apache.org
The client is using xmlrpc (Javascript Client) from http://jsolait.net/

To use jsolait, we need to manually specify all of the methods that
are available on the server before we can make any call to the
methods. However, if the server has a "system.listMethods" available,
we are no longer need to "manually" list all of the method for
jsolait. Jsolait will query the methods using xmlrpc call on
system.listMethods to the server to get all of the available methods.

My question is:  Do the Apache XML-RPC has the "system.listMethods"?
Which job is to list all the handlers that have been added to the
XmlRpcServer?

See http://issues.apache.org/jira/browse/XMLRPC-75

It's a patch for XML-RPC v.2 that adds Java reflection based system.listMethods and system.methodSignature support. It's still rather preliminary, and will probably need to be re-written to work with XML-RPC 3.0, but it's out there.
begin:vcard
fn:Walter Mundt
n:Mundt;Walter
org:Cole Engineering Services Inc.
adr:3361 Rouse Road;;St 230;Winter Park;FL;32792;USA
email;internet:[EMAIL PROTECTED]
title:Engineering Specialist
tel;work:407-384-9956
tel;fax:407-281-7011
x-mozilla-html:FALSE
version:2.1
end:vcard

Reply via email to