J1.5

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

From Joomla! Documentation

Line 7: Line 7:
  
 
[[Category:Development]]
 
[[Category:Development]]
 +
 +
'''Ecrire un plugin XML-RPC pour joomla et le tester'''
 +
 +
télécharger le debugger à installer sur un serveur php.
 +
 +
[http://http://sourceforge.net/projects/phpxmlrpc/files/phpxmlrpc/2.2.2/ xml-rpc php debugger]
 +
 +
 +
[[Image:http://docs.joomla.org/images/4/43/Screen1.jpg]]
 +
[[Image:http://docs.joomla.org/images/4/43/Screen2.jpg]]
 +
[[Image:http://docs.joomla.org/images/4/43/Screen3.jpg]]
 +
[[Image:http://docs.joomla.org/images/4/43/Screen4.jpg]]

Revision as of 18:26, 10 June 2010

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.

Overview[edit]

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

Ecrire un plugin XML-RPC pour joomla et le tester

télécharger le debugger à installer sur un serveur php.

xml-rpc php debugger


File:Http://docs.joomla.org/images/4/43/Screen1.jpg File:Http://docs.joomla.org/images/4/43/Screen2.jpg File:Http://docs.joomla.org/images/4/43/Screen3.jpg File:Http://docs.joomla.org/images/4/43/Screen4.jpg