XML-RPC
stands for remote procedure call over XML and through specific implementations of blog editing APIs, it allows you to edit your blog remotely.
blojsom includes XML-RPC support for the Blogger 1.0 API
, MetaWeblog API
, and parts of the MovableType API
.
XML-RPC Endpoint URL
To send a message to the service, point your blogger tool or XML-RPC client at the XML-RPC URL. The following URL would apply if you deploy blojsom in its own web application context:
http://your.blog.com/blojsom/xmlrpc/blog-id/
The following URL would apply if you deploy blojsom in the ROOT web application context:
http://your.blog.com/xmlrpc/blog-id/
Replace your.blog.com with the url for your blog and get blogging!