How to implement XML-RPC in a component: Difference between revisions
From Joomla! Documentation
m Marked for translation |
Marked this version for translation |
||
| Line 1: | Line 1: | ||
<noinclude><languages /></noinclude> | <noinclude><languages /></noinclude> | ||
<translate>== Overview ==</translate> | <translate>== Overview == <!--T:1--></translate> | ||
<translate>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].</translate> | <translate><!--T:2--> | ||
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].</translate> | |||
<translate>There are two ways to implement XML-RPC in a component: | <translate><!--T:3--> | ||
There are two ways to implement XML-RPC in a component: | |||
* Implement it using an XML-RPC plugin or | * Implement it using an XML-RPC plugin or | ||
* Implement it in the component itself using raw views</translate> | * Implement it in the component itself using raw views</translate> | ||
| Line 9: | Line 11: | ||
<noinclude> | <noinclude> | ||
<translate> | <translate> | ||
<!--T:4--> | |||
[[Category:Development]] | [[Category:Development]] | ||
[[Category:Component Development]] | [[Category:Component Development]] | ||
Revision as of 18:43, 10 June 2015
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