Search the web
Sign In
New User? Sign Up
xml-rpc · XML-RPC Discussion
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5181 - 5210 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5181
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...
Jon Davis <jondavis@....
jond_123
Online Now Send Email
Feb 3, 2003
12:01 am
5182
Hi guys, If you downloaded, please re-download. The initial release had a couple last minute glitches. Jon ... From: Jon Davis <jondavis@...>...
Jon Davis
jond_123
Online Now Send Email
Feb 3, 2003
9:09 pm
5183
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@...
Send Email
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'...
pedro
pedroch
Offline Send Email
Feb 4, 2003
12:31 pm
5185
XML-RPC is not unicode compliant. It's USASCII. XML documents should have that header....
Bill Kearney
wkearney99
Offline Send Email
Feb 4, 2003
4:20 pm
5186
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...
charlescookuk <charle...
charlescookuk
Offline Send Email
Feb 4, 2003
4:58 pm
5187
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@...
Send Email
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...
John Wilson
tug123uk
Offline Send Email
Feb 4, 2003
7:28 pm
5189
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. ...
Jon Davis
jond_123
Online Now Send Email
Feb 4, 2003
8:04 pm
5190
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...
douglas_karl_wyatt <d...
douglas_karl...
Offline Send Email
Feb 11, 2003
12:18 am
5191
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...
ncadell <ncadell@...>
ncadell
Offline Send Email
Feb 11, 2003
7:46 pm
5192
You can pass XML fragments as normal XML-RPC strings. Your XML-RPC client will escape the < and & as &LT; and &amp; characters and the server will restore the...
John Wilson
tug123uk
Offline Send Email
Feb 11, 2003
8:23 pm
5193
Cool. It's too easy;) ... client ... will ... seems to ... it ... store...
ncadell <ncadell@...>
ncadell
Offline Send Email
Feb 11, 2003
8:41 pm
5194
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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"...
Randy J. Ray
rjray_perl
Offline Send Email
Feb 14, 2003
1:33 am
5199
... 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...
olavjunker <olav@...>
olavjunker
Offline Send Email
Feb 14, 2003
11:04 am
5200
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...
charlescookuk <charle...
charlescookuk
Offline Send Email
Feb 14, 2003
12:30 pm
5201
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2421 By: John (john@...) I am using Frontier::Daemon to service XML-RPC...
webmaster@...
Send Email
Feb 14, 2003
3:43 pm
5202
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2422 By: affriedl (afriedl@...) All, I have some pure VBScript / ASP...
webmaster@...
Send Email
Feb 14, 2003
7:16 pm
5203
... XML-RPC specification as it exists here. If anyone is interested in having them please email me, let me know over the group. I am interested....
Christopher Mahan <ch...
chris_mahan
Offline Send Email
Feb 15, 2003
7:49 pm
5204
... 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...
John Wilson
tug123uk
Offline Send Email
Feb 15, 2003
10:37 pm
5205
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...
stuartherbert <stuart...
stuartherbert
Offline Send Email
Feb 16, 2003
10:50 pm
5206
http://www.xmlrpc.com/directory/1568/services ... From: <stuart@...> To: <xml-rpc@yahoogroups.com> Sent: Sunday, February 16, 2003 2:50 PM Subject:...
Dave Winer
dwiner
Offline Send Email
Feb 17, 2003
11:27 am
5207
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...
edward_van_h2002 <edw...
edward_van_h...
Offline Send Email
Feb 17, 2003
1:01 pm
5208
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@...
Send Email
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 ...
mrphewitt <phil@...>
mrphewitt
Offline Send Email
Feb 18, 2003
9:08 pm
5210
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...
webmaster@...
Send Email
Feb 19, 2003
8:04 am
Messages 5181 - 5210 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help