Документ взят из кэша поисковой машины. Адрес оригинального документа : http://rtm-cs.sinp.msu.ru/manual/xmlrpc-howto/
Дата изменения: Mon Jan 22 01:12:25 2001
Дата индексирования: Mon Oct 1 19:43:35 2012
Кодировка:
XML-RPC HOWTO

XML-RPC HOWTO

Eric Kidd

Source Builders

eric.kidd@pobox.com

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You may obtain a copy of the GNU Free Documentation License from the Free Software Foundation by visiting their Web site or by writing to: Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


Table of Contents
1. What is XML-RPC?
The History of XML-RPC
How it Works
Supported Data Types
2. XML-RPC vs. Other Protocols
XML-RPC vs. CORBA
XML-RPC vs. DCOM
XML-RPC vs. SOAP
3. Sample API: sumAndDifference
4. Using XML-RPC with Perl
A Perl Client
A Stand-Alone Perl Server
A CGI-Based Perl Server
5. Using XML-RPC with Python
A Python Client
6. Using XML-RPC with C and C++
A C Client
A C++ Client
A CGI-Based C Server
7. Using XML-RPC with Java
A Java Client
A Stand-Alone Java Server
8. Using XML-RPC with PHP
A PHP Client
A PHP Server
9. Applications with Built-in XML-RPC Support
Zope
KDE 2.0
10. Submitting Other Snippets