How to implement XML-RPC in a component
From Joomla! Documentation
(Difference between revisions)
(→Overview) |
m (Reverted edits by Prophetdesign (Talk) to last version by Chris Davenport) |
||
| Line 7: | Line 7: | ||
[[Category:Development]] | [[Category:Development]] | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 12:43, 12 June 2010
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