We had a bitch of a time getting it to compile well under the SunOS. Seems it was originally written for Linux I guess. Even after we did get it to compile we had a lot of trouble getting it to run outside of the demonstration code (i.e. actually integrating it into an interface in one of our C++ APIs.) No offense against those guys at sourcefourge, but the Apache project has been much more successful, unfortunately for us we really wanted to get rid of JNI (our C++ to Java interface) so we ended up just writing our own C++ XML transport layer, we never really needed the RPC part, just a method to publish, subscribe, update and notify on xml documents. SOAP might have been a good choice for that, but there again we wanted to stay inside C++ ashley Raiteri DLI Project BOEING
-----Original Message----- From: Steffen Schwigon [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 8:41 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: xmlrpc using c or c++ "David Oppenheim" <[EMAIL PROTECTED]> writes: > I'm trying to do some interoperability testing between my Java-based xml-rpc > applications and xml-rpc apps using c++ and/or c. > > I've had quite a bit of difficulty finding and building a C/C++ environment > for xml-rpc. Has anyone out there who has had a successful experience with > C/C++ xml-rpc be willing to coach me along? We are currently porting an application from a self-written c++ xmlrpc client and to the xmlrpc-implementation from xmlrpc-c.sourceforge.net. Under Linux it seems to run without major problems. Unfortunately I didn't do it personally, but if you write which particular problems you have, I can ask around here for tips. GreetinX Steffen -- Steffen Schwigon <[EMAIL PROTECTED]>
