List All Pages
Libiqxmlrpc is an implementation of the XML-RPC standard in C++.
The main project goals are user convenience and clear design.
See also:
Hello!
I am Anton Dedov, the author of Libiqxmlrpc. Thank you for interesting or using this library. I would like to receive any feed-back from you regardless whether it positive or not. You can do...
Building Release
The released sources contain a complete set of scripts that can build the library from scratch without any additional tools like autoconf/automake.
Usual call sequence:
sh...
XML-RPC support
XML-RPC standard support
Support for Nil values
Limited introspection support (system.listMethods method)
FCI conformance
Method interceptors
Custom method dispatchers
Other...
I would like to say a big thanks to Pavel Kroujiline, my former employer. He has kindly permitted to publish this library as an Open Source product.
Also thanks to
John Tobey for help with Solaris...
If you are allowed to edit pages in this Site, simply click on edit button at the bottom of the page. This will open an editor.
To create a link to a new page, use syntax: [[[new page name]]] or...
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
Licence text (gnu.org)
Platforms
The following platforms are natively supported:
Linux
Solaris
FreeBSD
Cygwin
Windows
Note: I admit that library works on Windows but unfortunately there still no well-established...
Project
Library usage
Megapov XRS
Modified version of POV-Ray that acts a render server.
Parallels Operations Automation
The hosting and datacenter provisioning system.
Libiqxmlrpc is used...
Help welcome
Site members
Recent changes
List all pages
Page Tags
Site Manager
Page tags
Add a new page
edit this panel
All Wikidot member has permissions to edit pages. So fill free make language or small content corrections.
For those who want more edit abilities, i.e. creating new pages and changing navigation...
Members:
Moderators
Admins
About
Features
License
Requirements
Library Users
Author
Project
SF.net project page
Downloads
Source Code
Documentation
Build Library
Value Manipulations
Writing Clients
Writing...
Value Types
The following table shows the mapping between standard XML-RPC types and the corresponding library classes that should be used for their creation. Namespace prefix iqxmlrpc...
According to Wikipedia, the world largest wiki site:
A Wiki ([ˈwiː.kiː] <wee-kee> or [ˈwɪ.kiː] <wick-ey>) is a type of website that allows users to add, remove, or otherwise edit...
Quick Start
Lets start with simple example that will demonstrate basic XML-RPC client. This client example designed to be compatible with server example.
#include <iostream>
#include...
Defining Methods
A common way implementing server methods is inheriting iqxmlrpc::Method class and customize it's execute virtual function. The execute method accepts two parameters: an STL vector...





