JavaScript XML-RPC Demo

This demo shows how to use the JavaScript XML-RPC library and xmlrpc-socket to post to a blog using the Blogger API.

Step 1: Enter your post

Type your post here (you can include HTML):

Step 2: Create the XML-RPC message

Click this button to create the XML-RPC message to be sent to the Blogger API server.

XML-RPC Message:

Step 3: Send the message

Click the button below to send the post. You'll get a JavaScript alert box containing the status of the operation.

Remote RPC Server:

Step 4: Go see it!

Go to http://jsxmlrpc.blogspot.com to see your post.

Up | Home