KXmlRpcClient

kxmlrpcclient - an XML-RPC client library for KDE.

Purpose

kxmlrpclient provides client-side support for the XML-RPC protocol.

Description

This library contains simple XML-RPC Client support. It is used mainly by the egroupware module of kdepim, but is a complete client and is quite easy to use. Only one interface is exposed to the world, kxmlrpcclient/client.h and of that interface, you only need to use 3 methods: setUrl, setUserAgent and call.

A small note on authentication. If you will be accessing an XML-RPC server which uses HTTP-AUTH, simply set the user and pass in the KURL. Digest authentication is more complicated and requires the use of three utility methods: enableDigestAuth, disableDigestAuth and digestAuth.

Author(s):
The major authors of this library are:
Narayan Newton <naray[email protected]anne[email protected][email protected][email protected]gmai[email protected]l.com>, Frerich Raabe <raabe[email protected]@kde[email protected].org>, Tobias Koenig <tokoe[email protected]@kde[email protected].org>
Maintainer(s):
Narayan Newton <naray[email protected]anne[email protected][email protected][email protected]gmai[email protected]l.com>
License(s):
LGPLv2

kxmlrpcclient development is discussed on the [email protected] mailing list.

This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:08:57 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.