XML-RPC: Difference between revisions

Content deleted Content added
Usage: Remove XML-RPC vs SOAP comparison: Not adhering to Wikipedia:Neutral point of view, so it doesn't make a good comparison and is unsourced
Usage: Add Template:Unreferenced section, date=October 2016
Line 21:
 
==Usage==
{{Unreferenced section|date=October 2016}}
 
XML-RPC works by sending an HTTP request to a server implementing the protocol. The client in that case is typically software wanting to call a single method of a remote system. Multiple input parameters can be passed to the remote method, one return value is returned. The parameter types allow nesting of parameters into maps and lists, thus larger structures can be transported. Therefore, XML-RPC can be used to transport objects or structures both as input and as output parameters.