Difference between revisions of "XML-RPC"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
Line 11: Line 11:
  
 
* [[Communications protocol]]
 
* [[Communications protocol]]
 +
* [[Hypertext Transfer Protocol]]
 
* [[Remote procedure call]]
 
* [[Remote procedure call]]
 
* [[XML]]
 
* [[XML]]

Revision as of 13:05, 3 March 2016

XML-RPC is a remote procedure call (RPC) communications protocol which uses:

  • XML to encode its calls
  • HTTP as a transport mechanism

Generic use

"XML-RPC" also refers generically to the use of XML for remote procedure call, independently of the specific protocol.

See also

External links