J1.5

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

From Joomla! Documentation

m (→‎Overview: clean up categories with <noinclude> tags)
m (Marked for translation)
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 ==</translate>
 +
<translate>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>
  
There are two ways to implement XML-RPC in a component:
+
<translate>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>[[Category:Development]]
+
<noinclude>
[[Category:Component Development]][[Category:FAQ]]</noinclude>
+
<translate>
 +
[[Category:Development]]
 +
[[Category:Component Development]]
 +
[[Category:FAQ]]
 +
</translate>
 +
</noinclude>

Revision as of 13:43, 10 June 2015

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