Ping technorati using xml-rpc in newLISP
(setq technorati-request [text] <methodCall> <methodName>weblogUpdates.ping</methodName> <params> <param> <value>%s</value> </param> <param> <value>%s</value> </param> </params> </methodCall> [/text]) (XMLRPC:execute "http://rpc.technorati.com/rpc/ping" (format technorati-request "terpri.com" "http://terpri.com"))