J1.5

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

From Joomla! Documentation

Created page with "Cómo implementar XML-RPC en un componente"
 
Created page with "===Vista general==="
Line 1: Line 1:
<noinclude><languages /></noinclude>
<noinclude><languages /></noinclude>
== Overview ==
===Vista general===
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].
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].



Revision as of 19:02, 15 September 2015

Vista general

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