J1.5

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

From Joomla! Documentation

m Link to wikipedia was incorrect
Wilsonge (talk | contribs)
m Wilsonge moved page How to implement XML-RPC in a component to J1.5:How to implement XML-RPC in a component without leaving a redirect: Old 1.5 tutorial
 
(No difference)

Latest revision as of 01:07, 5 April 2020

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