A minor quirk: the html generated by Xins as api documentation is not quite strict: - doctype is borked - in the API index page, the </p> tag of the subtitle...
Gaetano, ... I will create a bug report for this. Since I don't consider it a real issue for XINS 1.3, expect it to be fixed in the XINS 1.4.0 release. ... ...
1) Human readable docs: in a little code frenzy, I whipped up a 200-loc xmlrpc server class that generates HTML-formatted human-readable docs out of the...
Gaetano, ... You may find it interesting to know that we (Anthony Goubard, mostly) are currently taking the human-readable documentation one step further. We...
Hi, I gave it a try as we are currently reconsidering our pre-historic Apache xml-rpc pre-1.0 version and moving maybe to version 2.0. I could follow the...
Paul, ... Good. Feedback is highly appreciated! Did you find that the underlying concepts were explained enough? ... Basically, just use this version of XINS: ...
... Yes but my background does make a bias on it... for example, the gory details of instructions are a bit superfluous to me... a single XML file (which could...
Paul, ... At the moment, everything is split in multiple files. One per API definition, one per function, one per type, one with all environments, one per API...
Paul, ... A direct link: http://xins.sourceforge.net/docs/ar01s09.html It's at the bottom of page 18 in the PDF file. ... This is a typo. It should be 'xins...
... OK, here's the the 'improved' version: - added a draconian regexp to datetime values - slightly modified the DC metadata BTW: I uploaded both the rnc and...
... I will if I find them back... cvs updating didn't show me differences which surprises me a bit... ... Thanks... can quote the someone if you wish......
Ernst, I don't think this page describes what I wish... I don't see any different URL. Let's take a small example: I want to register, at run-time, a new ...
Paul, ... I know that with dial-up connections, it could really make a noticable difference. Nowadays, I don' know. Have you done any performance testing on...
Paul, ... I'm not sure I understand you correctly. This is what I think you mean: - You have a running XINS application that potentially connects to a variety...
No, that doesn't work, the session object I want to attach is something my program has created! Changing the config will not pass an object as parameter! As I...
Paul, ... I'm really trying to understand, but I don't think I do. If you want to pass an object from a client to a service, there's no built-in mechanism for...
... I don't think the dial-up connection makes a difference. I think the latency happens on DNS-resolution and routing but I am way not an expert in networks. ...
(changing subject, the thread's been too deep) Ernst, Let me try with a piece of concrete example: • client-A calls url-X with method start-Upload the code...
Paul, ... I expect there is a configuration setting for this. But I also expect the default in Tomcat to be that it's enabled. But check the Tomcat docs, I'm...
Hi all. I've been thinkering a bit with wsdl, and I think I am close to getting something useful. I know the xmlrpc.com website is quite static, with Dave...
dans un programme permettant la communication entre un client et un serveur en utilisant xml-rpc. est ce que je dois incorporer nécessairement, les données...
[xml-rpc mailing list: the message is in French but I did not translate it because, even in French, it is unparsable.] On Thu, Dec 15, 2005 at 09:30:51AM...
Stephane Bortzmeyer
bortzmeyer@...
Dec 15, 2005 11:48 am
6402
Je ne suis pas trop sur d'avoir bien compris la question. Est ce que les donnees a transmettre sont deja encodees dans un format XML ou pas? Dans le premier...
I'll add my 2p in two languages... Do note: XML-RPC has nothing to do with XML to a programme that uses a library of it. Notez, XML-RPC n'a rien à voir avec...
Dear all, I am a beginner in XML, and i wanted to implement a project with XML RPC... I need to call a .NET method through a java Client... Is it possible to...
... One of the most important aspects of Web Services is that you shouldn't care what technology is on the other end. As one professor of mine put it, "It...