Zend_XmlRpc.xml 687 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. XML-RPC is described as a "...remote procedure calling using HTTP as the
  8. transport and XML as the encoding. XML-RPC is designed to be as simple
  9. as possible, while allowing complex data structures to be transmitted,
  10. processed and returned."
  11. </para>
  12. <para>
  13. Zend Framework provides support for both consuming remote XML-RPC
  14. services and building new XML-RPC servers.
  15. </para>
  16. </sect1>
  17. <!--
  18. vim:se ts=4 sw=4 et:
  19. -->