Forum Moderators: open
<!--#include virtual="/aspxmlrpc/code/xmlrpc.asp" -->
Dim paramList(2)
paramList(0)="blog name"
paramList(1)="blog address"
myresp = xmlRPC ("http://rpc.technorati.com/rpc/ping", "weblogUpdates.ping", paramList)
response.write(myresp & "<p>")
this is my code - but it either times out on the xml object or says my arguments are wrong. Any help appreciated.