Zend_XmlRpc.xml 801 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Reviewed: no -->
  3. <sect1 id="zend.xmlrpc.introduction">
  4. <title>Introduction</title>
  5. <para>
  6. From its <ulink url="http://www.xmlrpc.com/">home page</ulink>,
  7. <acronym>XML-RPC</acronym> is described as a "...remote procedure calling using
  8. <acronym>HTTP</acronym> as the transport and <acronym>XML</acronym> as the encoding.
  9. <acronym>XML-RPC</acronym> is designed to be as simple as possible, while allowing complex
  10. data structures to be transmitted, processed and returned."
  11. </para>
  12. <para>
  13. Zend Framework provides support for both consuming remote <acronym>XML-RPC</acronym>
  14. services and building new <acronym>XML-RPC</acronym> servers.
  15. </para>
  16. </sect1>
  17. <!--
  18. vim:se ts=4 sw=4 et:
  19. -->