XML-RPC for ASP

Visit the SourceForge project page.


Introduction

There are many implementations of XML-RPC in many different languages.

Recent improvements include:

XML-RPC for ASP supports both a client and 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.

Why XML-RPC for ASP

This package has risen to prominence lately because it is used in a mission-critical production system.

Download

Visit the project File Releases area for source code and examples.

Getting Help

Visit the project message forum.

License

David's words: "I'm releasing this under the GNU GPL, until I know better."

Credits