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...
Show off your group to the world. Share a photo of your group with us.

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 6626 - 6655 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6626
I'd like to bring up again a favorite topic on this list: the line of the XML-RPC spec that attempts to say you can put arbitrary bytes in a <string> element. ...
bryanh@...
giraffedata
Offline Send Email
May 6, 2007
10:27 pm
6627
... Bryan, I wrote and maintain MinML-RPC ( a server only implementation written in Java which is mostly used in intelligent instruments) and the Groovy...
John Wilson
tug123uk
Offline Send Email
May 7, 2007
7:49 am
6628
As far as I am concerned (ie. maintaining the php-xmlrpc lib): + by default I encode using &#xxxx; notation EVERY char outside ASCII range when sending. That...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
May 7, 2007
9:37 am
6629
... I can't see a difference between the default and the option. When do you send \r \n as the raw characters and when don't you? When you say "code point...
bryanh@...
giraffedata
Offline Send Email
May 8, 2007
3:48 pm
6630
... Sorry for my poor wording. I am always very bad at using the correct terms. By "code point representation" I did mean "&#xxxx;" representation, or, as it...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
May 9, 2007
8:10 am
6631
If it is of interest this is how I handle encoding the the Groovy implementation: Characters with values less than 0X20 but not equal to 0X09 0X0A or 0X0D...
John Wilson
tug123uk
Offline Send Email
May 9, 2007
10:03 am
6632
... Well, there's still some confusion, because I have a user who, using your implementation as a standard by which to measure mine, claims that yours does...
bryanh@...
giraffedata
Offline Send Email
May 10, 2007
1:13 am
6633
Only way to make sure is trying out, really... I'll try to allocate time for a test in the next couple of days. I am fairly sure I use the standard xml parser...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
May 11, 2007
10:10 am
6634
Hello, I am working with xmlrpc-c v.1.1 because I work on windows and with C (this version is checked for windows). But I can get structs to work. Using for...
generalcopperfield
generalcoppe...
Offline Send Email
May 15, 2007
12:46 pm
6635
Hi, I'm new in xmlrpc, and i need to build a client in delphi 7 that communicates to a server in C# using xml-rpc , does anyone know how do i call c# methods...
xmlrpccarlosfred
xmlrpccarlos...
Offline Send Email
May 16, 2007
9:41 pm
6636
Hello, where can I see an example of the basic functions of xmlrpc++ on windows for structs? How can I assign values between two an integer and a struct...
generalcopperfield
generalcoppe...
Offline Send Email
May 17, 2007
8:32 am
6637
... Hi there Carlos, There's a ready-to-use XMLRPC component for Delphi/Kylix, see http://sourceforge.net/projects/delphixml-rpc/ for detail. Regards, I Wayan...
I Wayan Yuliarta
ewhynich
Offline Send Email
May 18, 2007
2:03 am
6638
Hi, I'm writing a client in delphi 7 that receives an array of structs returned from a server in C#, does anyone know how to access the individual members of...
carlos frederico
xmlrpccarlos...
Offline Send Email
May 21, 2007
8:33 pm
6639
I want to install xml-rpc-c-1.06.14 in cygwin and there are some errors as follows. i have successfully installed libwww. Could some one give me some guidance...
kingming0811
Offline Send Email
May 28, 2007
3:36 pm
6640
Hi My Server receive each time a corrupt XML. The end of the XML is totally invalid. </params></methodCall ...
tzuberbuehler
Online Now Send Email
May 31, 2007
9:59 am
6641
I have to talk to a XML-RPC server. I am working within an environment that does not support XML-RPC (Cache from Intersystems). So the idea was that I write my...
pvl3855
Offline Send Email
Jul 2, 2007
8:22 am
6642
I have no idea, but since this is a public webservice you are trying to access, you can test it using the xmlrpc debugger available at ...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Jul 2, 2007
11:43 am
6643
Thanks Gaetano, this helps indeed. I receive a good reply with this test client. I am still trying to find what's wrong with my request. The debugger is very...
pvl3855
Offline Send Email
Jul 2, 2007
3:03 pm
6644
On Mon, Jul 02, 2007 at 01:43:19PM +0200, Gaetano Giunta <giunta.gaetano@...> wrote ... Very nice tool but I miss the ability to see the request, not...
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Jul 3, 2007
3:50 pm
6645
Well, if you set debugging to "more", you get a nice, 100% complete dump of the http request payload. To alleviate your trouble, I read the thread you refer...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Jul 3, 2007
7:51 pm
6646
On Tue, Jul 03, 2007 at 09:50:38PM +0200, Gaetano Giunta <giunta.gaetano@...> wrote ... Ooops, I noticed Yes and No and missed More. It works. Thanks...
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Jul 3, 2007
8:22 pm
6647
Hi there, I've setup a blog on our intranet.. Its a wordpress blog.. Im now trying to pull info from our Internal DB and post it into the wordpress blog.. Ive...
oconnorglenn
Offline Send Email
Jul 5, 2007
2:54 pm
6648
... I presume you have looked at the Wordpress documentation (type wordpress xml-rpc into google. It's the first ht as you might expect). Does that not help...
John Wilson
tug123uk
Offline Send Email
Jul 5, 2007
3:00 pm
6649
On Thu, Jul 05, 2007 at 02:33:32PM -0000, oconnorglenn <glenn@...> wrote ... According to its documentation (I did not test it), Wordpress supports ...
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Jul 6, 2007
2:27 pm
6650
Is it correct, or at least permissible, for implementations to embed newlines in the wire representation of base64 data? The xmlrpc spec doesn't say. It just...
slinkp23
Offline Send Email
Jul 13, 2007
10:32 pm
6651
Well, there are in fact a lot of quirks in the spec. In the past it stated that string data had to be ASCII and could be used to encode binary stuff, and this...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Jul 14, 2007
8:59 am
6652
... I have just looked at the Redstone Bas64 decoder and it's obviously broken. The code correctly ignores whitespace characters but then complains that the...
John Wilson
tug123uk
Offline Send Email
Jul 14, 2007
12:25 pm
6653
We frequently get into the "what is the nature of a standard" discussion here. I don't think most people really care whether an XML-RPC implementation is...
bryanh@...
giraffedata
Offline Send Email
Jul 14, 2007
6:44 pm
6654
... Thanks John, I have filed a bug report at https://sourceforge.net/tracker/?func=detail&atid=383547&aid=1753822&group_id=25164...
slinkp23
Offline Send Email
Jul 16, 2007
3:10 pm
6655
... Well, it apparently melted slightly in 2003 ;-) I don't see how a couple of words to clarify that nearly everyone is already doing base64 correctly would...
slinkp23
Offline Send Email
Jul 16, 2007
3:25 pm
Messages 6626 - 6655 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