Index
DummyHandler
XmlRpcClient
XmlRpcHandler
XmlRpcServer
XmlrpcServer
rpc
testbroker
value
value
xmlrpc
xmlrpc
AppletServer
ServiceRegistry
appletserver
rpcdemo
testbroker
xmlrpcbroker
xmlrpcd

This is a generic XML-RPC server that handles XML-remote-procedure-calls.
It is fully compatible with the Java XML-RPC package of
Hannes Wallnoefer (see http://www.xmlrpc.com/).
It handles XMLRPC-requests are of the form:

POST /RPC2 HTTP/1.0
Content-Type: text/xml
Content-Length: 100

Math.add


41



Functor

Import

Export

Define

class
XmlRpcServer from Http.server
   feat services end

class
XmlRpcConnection from Http.connection XmlrpcWriter.class end

End