Simon Willison’s Weblog

Subscribe

XML-RPC debugging

9th July 2002

Via techno weenie: A Python XML-RPC debugging proxy script. This solves the problem of XML-RPC errors from PHP being sent out with the XML-RPC response packet and breaking any XML parser trying to recieve the packet. Instead you can test your script by aiming at the proxy script which will dump any problems to the console for you.

This is XML-RPC debugging by Simon Willison, posted on 9th July 2002.

Next: Using SCP

Previous: Sites bow to IE

Previously hosted at http://simon.incutio.com/archive/2002/07/09/xmlRpcDebugging