XML-RPC DebuggerIf you need to observe XML that hits a web server during an XML-RPC call, this simple tool can help.Features
![]() Example of XML traffic as displayed by XML-RPC Debugger When to UseI used this tool to troubleshoot problems with parameters (embedded in XML) that I needed to pass to my server. Parameters were expected in a certain format. I was not sure that I was building them correctly. With this tool I was able to see what was received by server.How to Build XML-RPC DebuggerHere is a quick and easy procedure to build the tool.
ongoing work in progress here, sorry. |