XML-RPC

This is an old revision of this page, as edited by 69.3.72.34 (talk) at 10:14, 20 February 2003 (Copy edit). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

XML-RPC is a remote procedure call protocol encoded in XML. It is a very simple protocol, defining only a handful of data types and commands, and the entire description can be printed on two pages of paper. This is in stark contrast to most RPC systems, where the standards documents often run into the thousands of pages and require considerable software support in order to be used.

It was first created by Userland Software in [[1995], and soon picked up by Microsoft. However Microsoft considered it too simple, and started adding functionality. After several rounds of this the standard was no longer so simple, and has re-emerged as SOAP.

See also: SOAP, CORBA, DCOM, web service

External Links:

XML-RPC