XML-RPC: Difference between revisions

Content deleted Content added
No edit summary
Citation bot (talk | contribs)
Added work. | Use this bot. Report bugs. | Suggested by Dominic3203 | Category:Internet protocols | #UCB_Category 165/248
 
(3 intermediate revisions by 3 users not shown)
Line 84:
<i4>42</i4>
</syntaxhighlight>
|Whole number,Signed [[integer]] coded on 4 bytes
|-
|string
Line 119:
</syntaxhighlight>
|[[nullable type|Discriminated null value]]; an XML-RPC [https://web.archive.org/web/20050911054235/http://ontosys.com/xml-rpc/extensions.php extension]
|
|-
|long
|
<syntaxhighlight lang="xml">
<i8>1312</i8>
</syntaxhighlight>
|Signed integer coded on 8 bytes. This is not part of the specification, but it is supported by several XML-RPC implementations<ref>{{cite web |title=RPC::XML - A set of classes for core data, message and XML handling - metacpan.org |work=MetaCPAN |url=https://metacpan.org/pod/RPC::XML |access-date=13 April 2025}}</ref>{{,}}<ref>{{cite web |title=User manual for XML-RPC For C/C++ |url=https://xmlrpc-c.sourceforge.io/doc/libgeneral.html |access-date=13 April 2025}}</ref>
|}
 
Line 202 ⟶ 210:
 
* [[Weblogs.com]]
 
* [[Pingback]]
 
*[[Ajax (programming)]]
*[[Software componentry#Technologies for Software Components|Component technologies]]
Line 217 ⟶ 223:
 
==External links==
* {{web archive|url=https://web.archive.org/web/20130113041824/http://xmlrpc.scripting.com/default.html|title=Official website}}
* {{Official| 1=http://www.xmlrpc.com/ }}
 
{{DEFAULTSORT:Xml-Rpc}}