J1.5

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

From Joomla! Documentation

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)
 
(8 intermediate revisions by 6 users not shown)
Line 1: Line 1:
== Overview ==
+
<noinclude><languages /></noinclude>
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 [http://en-wikipedia.org/xml eXtensible Markup Language].
+
<translate>== Overview == <!--T:1--></translate>
 +
<translate><!--T:2-->
 +
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 [http://en.wikipedia.org/wiki/XML eXtensible Markup Language].</translate>
  
 +
<translate><!--T:3-->
 
There are two ways to implement XML-RPC in a component:
 
There are two ways to implement XML-RPC in a component:
 
* Implement it using an XML-RPC plugin or
 
* Implement it using an XML-RPC plugin or
* Implement it in the component itself using raw views
+
* Implement it in the component itself using raw views</translate>
  
 +
<noinclude>
 +
<translate>
 +
<!--T:4-->
 
[[Category:Development]]
 
[[Category:Development]]
 
+
[[Category:Component Development]]
'''Ecrire un plugin XML-RPC pour joomla et le tester'''
+
[[Category:FAQ]]
 
+
</translate>
télécharger le debugger à installer sur un serveur php.
+
</noinclude>
 
 
[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]]
 

Latest revision as of 20:07, 4 April 2020

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

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