Re: XML-RPC 2.0 release? + CommonsXmlRpcTransport questions

2003-08-20 Thread Ryan Hoegg
Hello, I am under the impression that most of the other committers would like to see a stable 1.2 release before we go into the beta cycle for 2.0. Therefore I envision probably 6-8 months (judging from the previous release cycles). That is, unless an interested party gets in here and shakes

RE: xml-rpc

2003-07-18 Thread Volkar, John
Volkar (ps: I'm really hating TI's Code Composer Studio right now. ) -Original Message- From: Ryan Hoegg [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 12:42 PM To: [EMAIL PROTECTED] Subject: Re: xml-rpc John, Your use case, like Rufios and like mine to a lesser exte

Re: xml-rpc

2003-07-17 Thread Ryan Hoegg
John, Your use case, like Rufios and like mine to a lesser extent, seems to support the abstraction of the transport layer. Just as Rufio's particular case raised some interesting issues (transporting XML rather than bytes) I'm sure yours might as well. To what degree have you looked into the

RE: xml-rpc

2003-07-17 Thread Volkar, John
head, as I think that I'll stick with java and apache XML-RPC on my host hardware. Thanks, John Volkar -Original Message- From: rufio [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 9:58 AM To: [EMAIL PROTECTED] Subject: Re: xml-rpc on Thu, 17 Jul 2003 08:37:26 -0500 "V

Re: xml-rpc

2003-07-17 Thread John Wilson
rufio wrote: > on Thu, 17 Jul 2003 15:16:22 +0100 "John Wilson" <[EMAIL PROTECTED]> > wrote: > >> rufio wrote: [yet more stuf] > I mentioned before that plugin should provide it's own Writer. I don't see that in any message you posted to this thread Perhaps it was mentioned in the private convers

Re: xml-rpc

2003-07-17 Thread rufio
on Thu, 17 Jul 2003 15:16:22 +0100 "John Wilson" <[EMAIL PROTECTED]> wrote: > rufio wrote: > > > I don't see your problem. All you have to do is split what changes > > and what stay constant: generating string containing a XML messge is > > constant so framework does that; > > encoding may change

Re: xml-rpc

2003-07-17 Thread John Wilson
rufio wrote: > on Thu, 17 Jul 2003 14:22:23 +0100 "John Wilson" <[EMAIL PROTECTED]> > wrote: > >> rufio wrote: >>> on Thu, 17 Jul 2003 07:44:01 +0100 "John Wilson" <[EMAIL PROTECTED]> >>> wrote: >>> rufio wrote: [more stuff] > I don't see your problem. All you have to do is split what changes

Re: xml-rpc

2003-07-17 Thread rufio
on Thu, 17 Jul 2003 08:37:26 -0500 "Volkar, John" <[EMAIL PROTECTED]> wrote: > Just goes to show, nothing in the world is really new. I'll definitely > be looking into it. But I'm not using java as the embedded side > language, rather standard C and some C++ depending on the target > environments

Re: xml-rpc

2003-07-17 Thread rufio
on Thu, 17 Jul 2003 14:22:23 +0100 "John Wilson" <[EMAIL PROTECTED]> wrote: > rufio wrote: > > on Thu, 17 Jul 2003 07:44:01 +0100 "John Wilson" <[EMAIL PROTECTED]> > > wrote: > > > >> rufio wrote: > [stuf] > > You have not addressed the encoding issue. You are talking about technical issues so I

RE: xml-rpc

2003-07-17 Thread Volkar, John
John Wilson wrote: > That's why I wrote MinML-RPC (http://www.wilson.co.uk/xml/minmlrpc.htm) > which is a small footprint XML-RPC implementation which is currently > being used for industrial process control and is running in Jacuzzis > and toasters (really!). Just goes to show, nothing in the

Re: xml-rpc

2003-07-17 Thread John Wilson
rufio wrote: > on Thu, 17 Jul 2003 07:44:01 +0100 "John Wilson" <[EMAIL PROTECTED]> > wrote: > >> rufio wrote: [stuf] You have not addressed the encoding issue. This is really a quite fundamental problem with what you propose. If the XML generation code doesn't generate an XML header then it needs

Re: xml-rpc

2003-07-17 Thread John Wilson
Volkar, John wrote: > I can give a little insight as to why being able to "break" the spec > in regards to transport layer is very desirable in some situations. > > I work with embedded systems and often times need a messaging or RPC > style protocol. I don't know how many different times I've had

Re: xml-rpc

2003-07-17 Thread rufio
on Thu, 17 Jul 2003 13:55:16 +0200 "Andrew Evers" <[EMAIL PROTECTED]> wrote: > > You implement XML-RPC only in the default plugin, the rest is just a > > framework, a code that does common things and if you support > > different transports, putting the prolog into message isn't common, > > because

RE: xml-rpc

2003-07-17 Thread Volkar, John
I can give a little insight as to why being able to "break" the spec in regards to transport layer is very desirable in some situations. I work with embedded systems and often times need a messaging or RPC style protocol. I don't know how many different times I've had to reimplement a fairly low

Re: xml-rpc

2003-07-17 Thread Andrew Evers
> > Yes but this isn't XML-RPC and XML-RPC is what the Apache code is > > supposed to implement. > > I thought the whole idea about abstracting the transport layer was > breaking the spec. The idea of abstracting the transport layer was to make it easier to work with custom or different HTTP imple

Re: xml-rpc

2003-07-17 Thread rufio
on Thu, 17 Jul 2003 07:44:01 +0100 "John Wilson" <[EMAIL PROTECTED]> wrote: > rufio wrote: > > You cannot assume that lower protocol doesn't use XML. > > Yes you can - that's what the XML-RPC specification says. Abstraction of transport layer breaks the spec in general, cause we dont have to us

Re: xml-rpc

2003-07-16 Thread John Wilson
rufio wrote: > Hi everyone! > > Ryan and I are having little discussion about abstracting the > transport layer and we think you may want to join us. > > I pointed that XmlWriter shouldn't always add the XML prolog. > >> We decided to send an entire XML document because we >> thought creating XML f

Re: xml-rpc

2003-07-16 Thread rufio
Hi everyone! Ryan and I are having little discussion about abstracting the transport layer and we think you may want to join us. I pointed that XmlWriter shouldn't always add the XML prolog. > We decided to send an entire XML document because we > thought creating XML from a method name and meth

Re: XML-RPC beta pending release

2003-02-27 Thread Davanum Srinivas
Daniel, Ryan, If you send me the text, i can update the site Thanks, dims --- Daniel Rall <[EMAIL PROTECTED]> wrote: > Ryan Hoegg <[EMAIL PROTECTED]> writes: > > > Hi, we are just about ready to release XML-RPC beta 1, and we need a > > little more help: > > > > > > 1. We need all files i

RE: xml-rpc connection pool

2003-02-06 Thread Danny Angus
Under what conditions? Both Tomcat and James experience problems like you have described under heavy loads where garbage collection is not agressive enough to keep up with the rapid creation and destruction of objects, using the "-server" java option cures that. It is also possible that -Xnoi

Re: xml-rpc response is not in xml-rpc format.(secure communication)

2002-09-24 Thread Ryan Hoegg
ev Tripathi >AssetDirections >PFPC, Inc. > > > > > >Ryan Hoegg > >

Re: xml-rpc response is not in xml-rpc format.(secure communication)

2002-09-23 Thread sanjeev . tripathi
cc: Subject: Re: xml-rpc response is not in xml-rpc format.(secure 09/22/2002 communication)

Re: xml-rpc response is not in xml-rpc format.(secure communication)

2002-09-22 Thread Ryan Hoegg
; > >Ryan Hoegg > > > works.net> cc:

Re: xml-rpc response is not in xml-rpc format.(secure communication)

2002-09-22 Thread sanjeev . tripathi
Ryan Hoegg cc: Subject: Re: xml-rpc r

Re: xml-rpc response is not in xml-rpc format.

2002-09-21 Thread Ryan Hoegg
Hi Sanjeev, If you are to send the server an XML-RPC request, but expect something different back (even if it's in XML) you can't use the vanilla Apache XML-RPC library to do that. However, you may want to use the code from the library to generate your request and then write your own custom X

Re: XML-RPC and HttpClient from Jakarta Commons

2002-05-30 Thread Daniel Rall
Ryan, my apologies for taking so long in responding to your message. I haven't heard from any of the other committers on this topic, but I am very much in favor of your proposal. My only concern is that currently the XML-RPC JAR file is self-contained when used as a client or in an applet. If yo

Re: xml-rpc example

2002-05-24 Thread John Wilson
> Ok that makes sense. I re-read the specification at > http://www.xmlrpc.com/spec and it did not mention a default tag type > (unless I am wrong, which happens once in a while). The spec says "If no type is indicated, the type is string." John Wilson The Wilson Partnership http://www.wilson.co

Re: xml-rpc example

2002-05-23 Thread josh lucas
On Thu, 2002-05-23 at 22:39, Michael Guymon wrote: > > > IIRC, the spec says that you don't have to include ... > > If there is no type tag after value, it is assumed that it is a string. > > > Ok that makes sense. I re-read the specification at > http://www.xmlrpc.com/spec and i

Re: xml-rpc example

2002-05-23 Thread Michael Guymon
> IIRC, the spec says that you don't have to include ... > If there is no type tag after value, it is assumed that it is a string. Ok that makes sense. I re-read the specification at http://www.xmlrpc.com/spec and it did not mention a default tag type (unless I am wrong, which ha

Re: xml-rpc example

2002-05-23 Thread josh lucas
On Thu, 2002-05-23 at 14:55, Michael Guymon wrote: > hola, > > > I pulled the latest greatest build from CVS for xml-rpc and built the > example. Using the package org.apache.xmlrpc.WebServer for the server > and org.apache.xmlrpc.XmlRpcClient for the client, it worked fine. The > method call to

Re: XML-RPC and HTTP

2002-03-09 Thread John Wilson
There have certainly been SMTP implementations which use the XML-RPC message format. There's a Jabber protocol which uses the format too (http://www.jabber.org/jeps/jep-0009.html). John Wilson The Wilson Partnership http://www.wilson.co.uk - Original Message - From: "Ryan Hoegg" <[EMAIL P

Re: XML-RPC and HTTP

2002-03-08 Thread ward harold
I've actually begun exploring this avenue. It is trivial to separate the wire format from the transport aspects of the specficiation. Once you've done that adding support, in the specification, for a new transport is just a matter of describing how the transport transfers messages in the XML-RPC w

Re: XML-RPC client cookies?

2002-03-08 Thread Daniel Rall
Ryan Hoegg <[EMAIL PROTECTED]> writes: > Am I over-rating the complexity of a Tomcat setup? Yes. What I'm suggesting is little more than replacing one web server with another. If you're worried about the size of Tomcat, Jon Stevens has a stripped down version of Catalina (with no JSP) in Scara

RE: XML-RPC client cookies?

2002-03-08 Thread EXT-Raiteri, Ashley L
+1 on Dan' suggestion. As has been said many times, the wonderfulness of xml-rpc is its tight small independence. -Original Message- From: Daniel Rall [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 8:53 PM To: [EMAIL PROTECTED] Subject: Re: XML-RPC client cookies?

Re: XML-RPC client cookies?

2002-03-08 Thread Jim Redman
On 2002.03.08 00:46:46 -0700 Ryan Hoegg wrote: > Am I over-rating the complexity of a Tomcat setup? > I haven't set up Tomcat so can't comment on the complexity. If all you need is a simple Servlet server you might consider some of the others out there. We've successfully used the TiniHttpSe

Re: XML-RPC client cookies?

2002-03-07 Thread Ryan Hoegg
Daniel Rall wrote: [EMAIL PROTECTED]"> Ryan Hoegg <[EMAIL PROTECTED]> writes: Hello all,Well, I have made it past authentication with this interesting serviceprovider of mine, and now I have to actually do something useful!Well, it turns out that I need to maintain session state to doan

Re: XML-RPC client cookies?

2002-03-07 Thread Daniel Rall
Ryan Hoegg <[EMAIL PROTECTED]> writes: > Hello all, > > Well, I have made it past authentication with this interesting service > provider of mine, and now I have to actually do something useful! > > Well, it turns out that I need to maintain session state to do > anything. And how else to accompl

Re: XML-RPC applet fix: removed sun.misc dependency

2002-03-07 Thread Jon Scott Stevens
I didn't know about that problem. Fixed in CVS now... -jon on 3/7/02 8:53 AM, "Martin Poeschl" <[EMAIL PROTECTED]> wrote: > Daniel Rall wrote: >> Jon cleared this up for us by replacing the infected code. > > sure?? > > the patch is still not applied! > patched my local version in the meant

Re: XML-RPC applet fix: removed sun.misc dependency

2002-03-07 Thread Martin Poeschl
Daniel Rall wrote: > Jon cleared this up for us by replacing the infected code. sure?? the patch is still not applied! patched my local version in the meantime .. martin > > Daniel Rall <[EMAIL PROTECTED]> writes: > > >>Hey Raymond. As soon as we get the Base64 class licensing issue >>clea

Re: xml-rpc over ssl

2002-02-26 Thread kristian meier
thanx, Kristian Daniel Rall wrote: > > kristian meier <[EMAIL PROTECTED]> writes: > > > i am quiet new to opensource, etc and i have some small questions. > > > > we are going to use the webserver in our new release. for this we need > > SSL. there is a quite convinient tool for setting up th

Re: xml-rpc over ssl

2002-02-25 Thread Daniel Rall
kristian meier <[EMAIL PROTECTED]> writes: > i am quiet new to opensource, etc and i have some small questions. > > we are going to use the webserver in our new release. for this we need > SSL. there is a quite convinient tool for setting up the neccassary > ssl-system-properties, the SecurityTo

Re: xml-rpc over ssl

2002-02-25 Thread Jason van Zyl
On Mon, 2002-02-25 at 10:45, kristian meier wrote: > Hello, > > i am quiet new to opensource, etc and i have some small questions. > > we are going to use the webserver in our new release. for this we need > SSL. there is a quite convinient tool for setting up the neccassary > ssl-system-proper

Re: XML-RPC applet fix: removed sun.misc dependency

2002-02-21 Thread Daniel Rall
Jon cleared this up for us by replacing the infected code. Daniel Rall <[EMAIL PROTECTED]> writes: > Hey Raymond. As soon as we get the Base64 class licensing issue > cleared up with Kevin Kelley I can commit your changes. > > Raymond Penners <[EMAIL PROTECTED]> writes: > >> Hi all, >> >> I am