On Tue, 2001-11-20 at 07:10, Geoffrey Talvola wrote: > You could make it easier by writing a wrapper around the XML-RPC client > libraries to automatically add in the username and password to every request, > and similar handling on the server side to validate them (i.e. a > SecureXMLRPCServlet subclass). We haven't done it yet, but I've thought > about it a couple of times :-)
Okay, so I'm giving a try at making such a servlet, complete with hashed passwords, and I'm finding it hard to debug -- I get a 500 Server Error when I run my test client program, but I can't find any record on the server of what the error might be -- I tried the log from the AppServer and Apache, and they say nothing. I was having this same problem before, and only managed to stumble to a solution after blind trial and error. So how do you debug XMLRPC? Ian _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
