XML-RPC- XML-RPC
|
XML-RPCThere are many implementations of XML-RPC in many different languages. The homepage for this project is now at http://aspxmlrpc.sourceforge.net/ Recent improvements include:
There is both a client and a server.
What's the big deal?Read:It's a standard protocol for distributed computing. It's rides on top of the HTTP protocol (yes, it's relatively "expensive", but it works) kind of like CGI, except you get back standard, readable, platform appropriate values. There are clients and servers for most of the major scripting languages. You don't need to know anything about XML for it to work; XML is the underlying communication protocol, but should be essentially invisible.
|
E-mail: dtod@vt.edu