XML-RPC interface (was: Will GnuCash ever work for me?)

Bill Gribble grib@linuxdevel.com
24 Sep 2001 17:57:23 -0500


On Mon, 2001-09-24 at 16:51, Jeb Bateman wrote:
> I'd be interested in that.  Anything that makes GnuCash able to talk
> to arbitrary front-ends is a Good Thing, IMHO.  The only other thing
> is that I would like the backend to be able to run behind Apache.
> Maybe that's what your XML-RPC interface does(?)

That's right.  There's a CGI wrapper that manages Gnucash "sessions" 
(now I think I could have done it using PCGI, but didn't know at the
time) and you make the calls through XML-RPC, passing a session ID as
the first argument. 

It will be a little while before I put this into CVS; there are still
some issues to resolve about what API gets published and how some data
types are handled.

b.g.