xmlrpc

Aug 21 2007

Quick and dirty XMLRPC Clients for testing

Hey folks. I'm a new hire here at the pingVision ranch, and so I've not had a lot to say, but some of my esteemed colleagues suggested I share this tidbit.

I recently had to create a small, simple xmlrpc service in a Drupal project. That involves hook_xmlrpc, which is very well documented and is pretty darn easy to use. However, for testing purposes I needed to throw together a simple page to hit my service and display what it found. After a little googling, I found this page: http://keithdevens.com/software/xmlrpc.

•••