VBS Developer Kit for XML-RPC

This is a Visual Basic Script (VBS) file that implements the xml-rpc protocol.

xmlrpc.vbs download

Remove the txt after the vbs to run

Note: the code works on my machine. This code comes with NO WARRANTIES.

Use

The code contains some sample calls for my server, so you should be able to run it out of the box.

Warning

Slow.

Untested.

Does not implement content-length well.

Word to the wise

As with any program, it is possible to royally screw things up on a computer by running other people's code or badly modified code. I would strongly suggest you don't use this code unless you understand vbscript and can read/audit/modify this code by yourself. If you just want to learn vbscript just head on over to http://msdn.microsoft.com/scripting and spend some time there.