HII'm a drupal newbie, and have seached for documentation on xmlrpc but there does not seem to be that much, couldn't find any for Java clients.I am attempting to call system.listmethods from a Java client, the response i get from Drupal is just the header, with 0 content. See below. The java client i am using is Apache xmlrpc-3.0. Does anyone have any ideas, should I use a different Java client. If anyone coupld point me in the direction of some documentation on this I would highly appreciate it, Thanks,This is the response i get with xmlrpc enabled in Modules admin screen, and calling system.listmethods2007/03/14 23:53:17:031 GMT [DEBUG] header - << "HTTP/1.1 200 OK[\r][\n]"
2007/03/14 23:53:17:031 GMT [DEBUG] header - << "Date: Wed, 14 Mar 2007 23:53:16 GMT[\r][\n]"
2007/03/14 23:53:17:031 GMT [DEBUG] header - << "Server: Apache/2.0.50 (Win32) PHP/5.0.1[\r][\n]"
2007/03/14 23:53:17:031 GMT [DEBUG] header - << "X-Powered-By: PHP/5.0.1[\r][\n]"
2007/03/14 23:53:17:031 GMT [DEBUG] header - << "Set-Cookie: PHPSESSID=c82759abc8d60d8f576366743d23aa3f; expires=Sat, 07-Apr-2007 03:26:36 GMT; path=/[\r][\n]"
2007/03/14 23:53:17:031 GMT [DEBUG] header - << "Expires: Sun, 19 Nov 1978 05:00:00 GMT[\r][\n]"
2007/03/14 23:53:17:031 GMT [DEBUG] header - << "Last-Modified: Wed, 14 Mar 2007 23:53:16 GMT[\r][\n]"read more