Re: Production-quality implementation for xml-rpc

2004-01-07 Thread asier . axpe
cc: "Cristiano da Silva Rufino" Asunto: Re: Production-quality implementation for xml-rpc

Re: Production-quality implementation for xml-rpc

2004-01-07 Thread Cristiano da Silva Rufino
Please, How could I remove myself from this list ?? []'s - Original Message - From: "Daniel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, 06 January, 2004 20:14 Subject: Re: Production-quality implementation for xml-rpc > > Hi, >

Re: Production-quality implementation for xml-rpc

2004-01-06 Thread Daniel
EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, January 06, 2004 3:14 PM > Subject: Re: Production-quality implementation for xml-rpc > > > > Hi, > > Similar experience here... We've been using v1.1 of the Apache XML-RPC > implementation (a

Re: Production-quality implementation for xml-rpc

2004-01-06 Thread Michael Landon - IBN
ementation. Michael - Original Message - From: "Daniel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 06, 2004 3:14 PM Subject: Re: Production-quality implementation for xml-rpc Hi, Similar experience here... We've been using v1.1 of the

Re: Production-quality implementation for xml-rpc

2004-01-06 Thread Daniel
Hi, Similar experience here... We've been using v1.1 of the Apache XML-RPC implementation (and even before it was a part of Apache) and it's pretty rock solid. We've just tried using v1.1 *with* SSL mutual authentication and it works too. Regards, Daniel On Tue, 6 Jan 2004, Rick Blair wrote:

Re: Production-quality implementation for xml-rpc

2004-01-06 Thread Rick Blair
Hi all, I am using XMLRPC in a production environment. It has been very stable giving me no problems. As far as security, I do my own encryption of data when needed. I did not use SSL because SSL was not supported well in JDK 1.3. I did not want my customers to have to install JSSE. I wi

Re: Production-quality implementation for xml-rpc

2004-01-06 Thread Ryan Hoegg
Hi, The website is out of date at the moment The latest stable version is 1.1, but it seems it is not available in the apache mirror system. I will try to find the time in the next few days to get it out there. We have a few lingering bugs out there preventing a stable 1.2 release. Before w

RE: Production-quality implementation for xml-rpc

2004-01-06 Thread Man, Tsjok-Wing (sds-sp)
elan [mailto:[EMAIL PROTECTED] > Verzonden: dinsdag 6 januari 2004 11:10 > Aan: [EMAIL PROTECTED] > Onderwerp: Re: Production-quality implementation for xml-rpc > > > Hi Tsjok > > I too recently needed to look at XML RPC for a project I am working on > the docs on

Re: Production-quality implementation for xml-rpc

2004-01-06 Thread Paul Whelan
Hi Tsjok I too recently needed to look at XML RPC for a project I am working on the docs on the web site refer to the CVS version which the website described how to check out. It comes with a build script to create the latest version. I needed to have mutual authentication over SSL support but f

Production-quality implementation for xml-rpc

2004-01-06 Thread Man, Tsjok-Wing (sds-sp)
Hello, I'm currently starting work on a project where my server needs to communicate to a handful of other servers. These other servers implement XML-RPC as the communication protocol. So what I need is first and foremost a client library for Java since I don't need to serve XML-RPC services. I'm