Forum Moderators: open

Message Too Old, No Replies

ASP XML RPC Calls

         

paulanthony

8:21 pm on Nov 10, 2006 (gmt 0)

10+ Year Member



Anyone know how to go about making these to certain blogs / feedburners such as technorati? from reading around I understand that SOAP is in and XML RPC is out...

<!--#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.

aspdaddy

3:21 pm on Nov 12, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You need to post the include code and the error message.