How to implement XML-RPC in a component
From Joomla! Documentation
(Difference between revisions)
(New page: == Overview == XML-RPC is a specification and set of implementations which allow software running on different software platforms and written in different languages to make procedural call...) |
m (Added categorisation.) |
||
| Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
XML-RPC is a specification and set of implementations which allow software running on different software platforms and written in different languages to make procedural calls over the internet using standard [http://en-wikipedia.org/xml eXtensible Markup Language]. | XML-RPC is a specification and set of implementations which allow software running on different software platforms and written in different languages to make procedural calls over the internet using standard [http://en-wikipedia.org/xml eXtensible Markup Language]. | ||
| + | [[Category:Development]] | ||
Revision as of 11:47, 11 May 2009
Overview
XML-RPC is a specification and set of implementations which allow software running on different software platforms and written in different languages to make procedural calls over the internet using standard eXtensible Markup Language.