Re: debugging xmlrpc servers

2005-01-23 Thread alan dot ezust at gmail dot com
Understandable - i had difficulties understanding my problem too! I don't really understand why I got that error message before - I believe it was due to the fact that some other exception was being raised inside results(). Anyway, the solution was to call rpdb.set_trace() inside the actual metho

debugging xmlrpc servers

2005-01-22 Thread alan dot ezust at gmail dot com
Problems with XMLRPC I have an xmlrpc server with a method called results() which returns an XML message. I've been able to use this function without problems when I had only one client talking to one server. I have recently introduced a P2P aspect to this process and now I have servers calling e