Random ‘ella’ title ‘guru’ to ‘fast’ obscure ‘bulbous’ content

Jump to menu

24 July 2003

I have precisely twelve minutes to write and post this entry, as well as get dressed. Then I’m off out, again. I’ve been playing games, hanging out, watching films, annoying people (I pointed out to someone he’d missed The Breeders at Reading last year — he’s a big Pixies fan and, heck, he went to see Frank Black and the Catholics). So that’s why I want to mention XML-RPC .

Before all this I was still trying to implement pingback. This should be really simple, and would be if I unit tested, but I haven’t being. Why? I don’t know, just call me <insult type="random" reasonNotSpecified="blankness" />.

But anyway. One of the reasons it doesn’t work for me is that it uses XML-RPC. This is a popular method for making, well, remote procedure calls using XML. Pingback uses it, which is sensible: it’s not like we’re creating a well-defined syntax here then debating about whether or not to use it. One of the reasons we should use it is that it ships native data structures about, and you just have to use one of the many available XML-RPC toolkits. Like ASP XML-RPC .

I’m willing to accept that I’m no expert, and this server may be configured differently to theirs. But…

The tools will save us. You don’t need to see the bits on the wire.