J1.5

How to implement XML-RPC in a component

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/en to J1.5:How to implement XML-RPC in a component/en without leaving a redirect: Part of translatable page "How to implement XML-RPC in a component")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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