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

Chapter 7. Using XML-RPC with Java

Table of Contents
A Java Client
A Stand-Alone Java Server

Hannes WallnЖfer has provided an excellent implementation of XML-RPC for Java.

To install it, download the distribution, unzip it, and add the *.jar files to your CLASSPATH. On a Unix system, you can do this by typing:

    $ unzip xmlrpc-java.zip
    $ cd xmlrpc-java/lib
    $ CLASSPATH=`pwd`/openxml-1.2.jar:`pwd`/xmlrpc.jar:$CLASSPATH