Skip to content

commontk/qxmlrpc

Repository files navigation

The QXML-RPC library is a full Qt4 based implementation of 
XML-RPC ( http://www.xmlrpc.com/ ) protocol, licensed under LGPL.

The library is tested on linux and windows with Qt 4.2.3.

To build on unix run
qmake
make

on windows:
qmake
nmake all


This includes building of xmlrpc library,
client sample in examples/client directory,
server sample in examples/server directory,
and unit tests from test/unit. 

The package also contains python implementations
of xmlrpc client and server, which can be used
for testing ( stored in test/ directory ).


Check doc/html/index.html for documentation.