J1.5

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

From Joomla! Documentation

MATsxm (talk | contribs)
Marked this version for translation
m Link to wikipedia was incorrect
Line 2: Line 2:
<translate>== Overview == <!--T:1--></translate>
<translate>== Overview == <!--T:1--></translate>
<translate><!--T:2-->
<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>
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/wiki/XML eXtensible Markup Language].</translate>


<translate><!--T:3-->
<translate><!--T:3-->

Revision as of 21:48, 11 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