On Mon, Feb 27, 2006 at 10:32:43PM +0100, Ernst de Haan <wfe.dehaan@...> wrote a message of 73 lines which said: [Good summary on XML-RPC and SOAP...
Stephane Bortzmeyer
bortzmeyer@...
Mar 2, 2006 5:04 am
6458
... I hope not; that would mean it's impossible to learn. A learning curve is a graph of productivity vs time when a worker has to learn a new process or tool....
Stephane, ... We have no plans of standardizing yet. The order should be, as I see it: 1. something that is proven to work well (done) 2. initial request for...
A verticle line would be impossible to learn. A steep learning curve means takes a long time to become productive. A shallow learning curve means can get...
Nathan Young
nathan@...
Mar 3, 2006 11:11 pm
6462
... That's common misusage, but how does that make any sense? What curve do you think it refers to? If you look at the origin of the term, in industrial...
Hi. I pressed send and then looked it up, most likely not the ideal order of operations :) I did outline common usage and it's amazing how common that has...
Nathan Young
nathan@...
Mar 3, 2006 11:33 pm
6464
Hi, I am the first time user of xml-rpc, would like to know about compiling the xml-rpc files, should be able to work with dce environment, which is provided...
I took a look at REST-RPC to see how it compares to XML-RPC. There are some ideas I like in REST-RPC, but some of the apparently important differences I don't...
hai everybody i am a student of annauniversity.i want to learn how to work in xml rpc using apache and jwsdp toolkit.i want a detailed explanation regarding...
... You are asking on the wrong list. JWSDP Toolkit supports SOAP not XML- RPC I suggest you ask on a SOAP mailing list (like the Apache SOAP list) However I...
I am working on a generic scripting/programming architecture for a Java application. There is a set of classes that I want to expose via API so that it can be...
i am new to java as wellas to xml rpc i have a doubt these are the programs program:AreaHandler public class AreaHandler { public Double rectArea(double...
I have a XMLRPC Python Server and a Java client. The server method I query from the client returns: output_pairs = [(class_names[i],classes[i]) for i in ...
... Can you post the exact message please? It looks like there's some invalid XML getting generated. John Wilson The Wilson Partnership http://www.wilson.co.uk...
I don't have any message as I don't implemented the Python server, I've onle implemented the Java XMLRPC client using the Apache Java implementation, and when ...
... Are you sending Strings? If so are there any non USASCII characters in the string? The Apache XML-RPC implementation uses ISO 8859/1 encoding. It is ...
Hi John, No, I'm not sending any String, the Python XMLRPC Server is sending a Python List, but when I try to get this data structure in the Java client I got...
... So the error is being generated at the client end? Can you pleas post the exact message (cut and past if possible). John Wilson The Wilson Partnership web...
... You are using the Apache XML-RPC 3.0? This is a known bug and should be fixed in CVS HEAD. If you have further problems try asking on the Apache XML-RPC...
Hi. The only compelling argument for REST that I can recall at the moment is that RPC using post to a single URL bypasses any network security layers that may...
Nathan Young
nathan@...
Mar 24, 2006 6:20 pm
6479
... I don't quite see an opportunity for standardization there. A library for XML-RPC or a similar protocol is little more than a translator between the...
Hi, I'm developing an application which has to send many requests to a server in PlanetLab, but after 500 requests the server starts to behave in a strange...
Hi, I am currently using XML-RPC for ASP to request information from a HTTPS secure site. I have the following code in my file test.asp to invoke a method. <% ...
... http://groups.yahoo.com/group/xml-rpc/ That should be the right group (yahoogroups.com works too). That's the general XML-RPC list, not just specific to...
... Frontier::Client uses LWP::UserAgent to make connections. Standard URLs for specifying a port should work: http://remote.com:54321/RPC -- Ken [Non-text...
Bryan, ... [...] ... Sorry for taking so long to respond. The thread got lost in filters :-) The importance of being able to use a browser is testability. If...
Hey. Unicode support has been a consistent sore spot with XML-RPC. Some XML-RPC implementations support unicode and others don't. Boiling away most of the...