J1.5

Comment implémenter XML-RPC dans un composant ?

From Joomla! Documentation

Revision as of 20:08, 4 April 2020 by FuzzyBot (talk | contribs) (FuzzyBot moved page How to implement XML-RPC in a component/fr to J1.5:How to implement XML-RPC in a component/fr 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)

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.

Other languages:
English • ‎Nederlands • ‎español • ‎français

Résumé

XML-RPC est une spécification et un ensemble d'implémentations qui permettent aux logiciels fonctionnant sur différentes plates-formes et écrits dans différentes langues de faire des appels de procédure sur l'internet en utilisant la norme de langage à balise extensible (eXtensible Markup Language).

Il existe deux façons d'implémenter XML-RPC dans un composant :

  • l'implémentation en utilisant un plugin XML-RPC ou
  • l'implémentation dans le composant lui-même à l'aide de vues en lignes.