|
I really want to use xml-rpc as a transport mechanism to help me manage a couple of websites. This morning I checked out an xml-rpc request builder that is currently called Konstructor (name change pending). It did a fine job of building the message; unfortunately, it choked on the flood of data from my server. It delivers a biiiiig struct. Next I checked out Scott Andrew's xmlrpc-socket-based test script. Again, this implementation bailed, but in a different manner. Hmmmm - is there a problem in what my Cold Fusion-based xml-rpc server is delivering?
Finally, I gave a nice Java Web Start-based application a spin. Aloha's Inspector relies on system.listMethods to prompt the user with a dropdown of mothods to use. Very nice; unfortunately, I was not using this method. Back to the drawing board. Once I whipped up that method, it worked fine! I really do like where Aloha is going on this Java application. And the source code is available! |