First page Back Continue Last page Overview Graphics
XML-RPC
<?xml version='1.0'?>
<methodCall>
<methodName>add</methodName>
<params>
<param>
<value><int>1</int></value>
</param>
<param>
<value><int>2</int></value>
</param>
</params>
</methodCall>
Notes:
This is how an XML-RPC request is encoded. The response is very similar. It demonstrates the simplicity of XML-RPC.