A new XML-RPC library for .NET has been released: http://www.jondavis.net/JDSolutions/#XMLRPC It's simple, it works great, I'm happy. And I imagine it works...
I don't see anywhere in the spec that requires that the payload must begin with "<?xml version="1.0"?>". Has Dave ever said if that is required? It is not...
P Oscar Boykin
boykin@...
Feb 3, 2003 11:06 pm
5184
Error when compiling xmlrpc-c-0.9.9 in AIX I get the following error: "... Making all in src make[2]: Entering directory `/usr/evol/pedroch/xmlrpc-c-0.9.9/src'...
IMHO this is incorrect. There is nothing in the "spec" which defines that struct member names must be USASCII. The fact that string values are supposed to only...
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2417 By: rajnish (rajnish.harjika@...) I want to use XML - RPC on...
webmaster@...
Feb 4, 2003 6:15 pm
5188
The spec does not require a header to be sent. Some implementations send one (the Apache Java implementation, for example). If the header is not present (or if...
More updates, FYI. No, I won't be doing this all the time, it's just in the craziness of the initial release I have to go back and make a few adjustments. ...
I didn't see anything in the discussion group about it (which suprised me), but things I've read in the SOAP::Lite documentation seem to indicate that you can...
I am looking for a lightweight network transport and XML-RPC seems to be just that. However the values that I want to pass are already expressed as XML...
You can pass XML fragments as normal XML-RPC strings. Your XML-RPC client will escape the < and & as < and & characters and the server will restore the...
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2418 By: affriedl (afriedl@...) The XML-RPC specification is a very good...
webmaster@...
Feb 11, 2003 8:58 pm
5195
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2419 By: Remis (remigijus@...) I also want to make some more comments. As I...
webmaster@...
Feb 13, 2003 1:44 pm
5196
We really need an FAQ, but the bottom line is this: 1) Dave Winer is not going to change XML-RPC. It is frozen. 2) In XML-RPC some people suggest that using...
P Oscar Boykin
boykin@...
Feb 13, 2003 7:04 pm
5197
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2420 By: jay_hargreaves (jay_hargreaves@...) Hi. I'm using Frontier-RPC-0.06...
webmaster@...
Feb 13, 2003 11:41 pm
5198
(Cc'd to original author) ... [ ... ] ... To stay within the bounds of Frontier, you will need to instantiate a Frontier::RPC2 object, then use the "string"...
... Your are right, here is a draft: Unicode in XML-RPC FAQ ... Q: Does XML-RPC support unicode characters? A: No, not according to the spec. The spec...
Some comments on the answers: Q: Does XML-RPC support unicode characters? Yes, partly, struct member names are not restricted to US-ASCII, only string values...
... From: <chris_mahan@...> To: <xml-rpc@yahoogroups.com> Sent: Saturday, February 15, 2003 7:49 PM Subject: [xml-rpc] Re: New Message: Pure ASP/VBScript...
Hi everyone, Please excuse me if I'm posting a FAQ. I've just joined the list, and haven't managed to find what I'm looking for in the archives. I'm currently...
Hi, I googled a bit and took a quick look in the archives of this m-l, but I haven't the answer. Currently, I'd like to build a prototype to convert our...
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2423 By: Ajoy (ajoy_raj@...) hi, I would like to know whether its possible to...
webmaster@...
Feb 18, 2003 5:19 pm
5209
EvH Most COM implementations of XML-RPC are only clients, one implements a server but needs IIS <a ...
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2424 By: chris mahan (chris_mahan@...) Am interested, and can host them if you...