I recently had to develop an interface to get bug information out of an older Bugzilla installation (version 4.x). The older installation didn’t support REST and only supported the older XML-RPC interface.
Using some basic code from xml-rpc.net I was able to get a simple interface up and running in short order…