XML-RPC: Difference between revisions

Content deleted Content added
Fixed capital
Line 22:
 
==Usage==
In XML-RPC, a client performs an RPC by sending an HTTP request to a server that implements XML-RPC and receivingreceives the HTTP response. A call can have multiple parameters and one result. The protocol defines a few data types for the parameters and result. Some of these data types are complex, i.e. nested. For example, you can have a parameter that is an array of five integers.
 
The parameters/result structure and the set of data types are meant to mirror those used in common programming languages.