xmlrpc-api-utils

Rating: 
0
No votes yet

Generate C++ wrapper classes for XML-RPC servers
XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
It converts the procedure call into an XML document, sends it to a remote
server using HTTP, and gets back the response as XML.
.
This package contains two programs:
* xml-rpc-api2cpp, a utility for generating C++ wrapper classes based
on an XML-RPC API, obtained by interrogating an XML-RPC server.
* xml-rpc-api2txt, a utility for printing out an XML-RPC API as a
text file. The API is obtained by interrogating an XML-RPC server.

Category:

Application versions: 
AttachmentSizeDate
File xmlrpc-api-utils_1.16.33-3.1_armel.deb31.4 KB05/08/2013 - 11:55
Changelog: 

xmlrpc-c (1.16.33-3.1) unstable; urgency=low

* Non-maintainer upload with OK from Maintainer.
* d/patches/636542_FTBFS_curl: New, stop using cURL headers that
were long deprecated and have been removed by now. (Closes: #636542)
* Fix some lintian errors and warnings.
* Make libxmlrpc-c3-dev arch:all, it's transitional and empty.