Arsen Zahray
Arsen Zahray

Reputation: 25287

What is the get/post command to ping web services with website update?

Wordpress has an ability to notify a list of web services that a new publication has been made. Here are few examples of a ping service:

http://blogsearch.google.com/ping/RPC2

What are the proper commands to ping this kind of service and other similar services?

I'm going to use this from c# code.

Upvotes: 0

Views: 472

Answers (1)

Yahia
Yahia

Reputation: 70369

AFAIK it is based on XML-RPC - for some details and sample source see:

Upvotes: 1

Related Questions