XML-RPC for ASP |
Visit the SourceForge project page.
There are many implementations of XML-RPC in many different languages.
Recent improvements include:
XML-RPC for ASP supports both a client and server.
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.
This package has risen to prominence lately because it is used in a mission-critical production system.
Visit the project File Releases area for source code and examples.
Visit the project message forum.
David's words: "I'm releasing this under the GNU GPL, until I know better."