On the topic of XML-RPC, input needed... (Long and Related to: XML-RPC Stack almost there)
Mark Brownell
gizmotron at earthlink.net
Sat Sep 6 22:35:01 EDT 2003
<more>
-- XML-RPC / MTML comparison
-- XML-RPC
>> <?xml version="1.0"?>
>> <methodCall>
>> <methodName>examples.getStateName</methodName>
>> <params>
>> <param>
>> <value><i4>23</i4></value>
>> </param>
>> </params>
>> </methodCall>
-- MTML
<methodCall>
<methodName>examples.getStateName</methodName>
<i4>23</i4>
</methodCall>
<methodResponse>
<methodName>examples.getStateName</methodName>
<value>Minnesota</value>
</methodResponse>
</more>
More information about the use-livecode
mailing list