Cómo implementar XML-RPC en un componente
From Joomla! Documentation
Revision as of 01:08, 5 April 2020 by FuzzyBot (talk | contribs) (FuzzyBot moved page How to implement XML-RPC in a component/es to J1.5:How to implement XML-RPC in a component/es without leaving a redirect: Part of translatable page "How to implement XML-RPC in a component")
Revision as of 01:08, 5 April 2020 by FuzzyBot (talk | contribs) (FuzzyBot moved page How to implement XML-RPC in a component/es to J1.5:How to implement XML-RPC in a component/es without leaving a redirect: Part of translatable page "How to implement XML-RPC in a component")
The "J1.5" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
Vista general
XML-RPC es una especificación y un conjunto de implementaciones que permiten la ejecución de software en diferentes plataformas de software y escritas en diferentes idiomas para hacer llamadas de procedimientos a través de internet utilizando el estándar eXtensible Markup Language.
Hay dos formas de implementar XML-RPC en un componente:
- Implementarlo con el uso de un plugin XML-RPC o
- Implementarlo en el propio componente, usando vistas crudas