File: Zend_XmlRpc.xml

package info (click to toggle)
zendframework 1.12.9%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 133,584 kB
  • sloc: xml: 1,311,829; php: 570,173; sh: 170; makefile: 125; sql: 121
file content (21 lines) | stat: -rw-r--r-- 801 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!-- Reviewed: no -->
<sect1 id="zend.xmlrpc.introduction">
    <title>Introduction</title>

    <para>
        From its <ulink url="http://www.xmlrpc.com/">home page</ulink>,
        <acronym>XML-RPC</acronym> is described as a "...remote procedure calling using
        <acronym>HTTP</acronym> as the transport and <acronym>XML</acronym> as the encoding.
        <acronym>XML-RPC</acronym> is designed to be as simple as possible, while allowing complex
        data structures to be transmitted, processed and returned."
    </para>

    <para>
        Zend Framework provides support for both consuming remote <acronym>XML-RPC</acronym>
        services and building new <acronym>XML-RPC</acronym> servers.
    </para>
</sect1>
<!--
vim:se ts=4 sw=4 et:
-->