J1.5

How to implement XML-RPC in a component: Difference between revisions

From Joomla! Documentation

Batch1211 (talk | contribs)
No edit summary
m Overview: clean up categories with <noinclude> tags
Line 6: Line 6:
* Implement it in the component itself using raw views
* Implement it in the component itself using raw views


[[Category:Development]]
<noinclude>[[Category:Development]]
[[Category:Component Development]][[Category:FAQ]]
[[Category:Component Development]][[Category:FAQ]]</noinclude>

Revision as of 20:52, 1 September 2012

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.

There are two ways to implement XML-RPC in a component:

  • Implement it using an XML-RPC plugin or
  • Implement it in the component itself using raw views