Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
10 user(s) are online (10 user(s) are browsing encyclopedia)

Members: 0
Guests: 10

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

XML-RPC

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 Dave Winer of UserLand Software in 1995 with Microsoft. However, Microsoft considered it too simple and started adding functionality. After several rounds of this, the standard was no longer so simple and became what is now SOAP.

=Data Types=

=Examples=

An example of a typical XML-RPC request would be: examples.getStateName 41

An example of a typical XML-RPC response would be: South Dakota

A typical XML-RPC fault would be: faultCode 4 faultString Too many parameters.

=See also=

*Web service *Software componentry#Technologies for Software Components *List of Web service markup languages *Comparison of Web service markup languages *XML-RPC Implementations

=External links=

  • [http://www.xmlrpc.com/ XML-RPC Homepage]
  • [http://groups.yahoo.com/group/xml-rpc/ Forum]
  • [http://www.xml.com/pub/rg/XML_RPC_Tutorials Tutorials]
  • [http://xml.coverpages.org/xml-rpc.html Technology Reports]
  • [http://citeseer.org/csq=XML+and+RPC Citations from CiteSeer]
  • [http://www.jabber.org/jeps/jep-0009.html Jabber-RPC] is XML-RPC over the Jabber protocol.
  • [http://members.fortunecity.com/neptune42/xmlrpc/index.htm Secure Apache XML-RPC]