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 6144 - 6173 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6144
Hey there, I use XML-RPC to query a library placed on Zope server , for an application named GNOWSYS. well, the call made is as shown : import xmlrpclib ...
sawagh2001
Offline Send Email
Apr 3, 2005
4:01 pm
6145
... Hash: SHA1 HI guys, I'm developing a XML-RPC service which I mean to use from Applescript (as well as other languages, of course.) Now, Applescript's...
Ryan Wilcox
brotheraias
Offline Send Email
Apr 4, 2005
7:04 am
6146
There are many ways to make use of it. They are listed in the order of their simplicity. (simplest first) Asume u use j2sdk1.4.2 and Windows XP Method 1. Add...
Jaya prabhakar
thekingofall...
Offline Send Email
Apr 6, 2005
4:16 pm
6147
Check whether both the port numbers given at the server and the client are same. Have u started the server first and then the client. Check whether the...
Jaya prabhakar
thekingofall...
Offline Send Email
Apr 6, 2005
5:08 pm
6148
Dear friend, What do you expect more in a JavaScript implementation? If u suggest some ideas or features to be included, many guys in our group will try to...
thekingofallthequeens
thekingofall...
Offline Send Email
Apr 8, 2005
4:14 pm
6149
... This is the way i used in my XML-RPC implementaion. There is no nested tag for <value> Eg: <?xml version="1.0"?> <methodResponse> <params> <param> <value/>...
thekingofallthequeens
thekingofall...
Offline Send Email
Apr 8, 2005
4:40 pm
6150
... Actually, this is a valid XML-RPC result. You are returning a zero length String (as the spec allows <string></string> to be omitted). John Wilson The...
John Wilson
tug123uk
Offline Send Email
Apr 8, 2005
4:46 pm
6151
I'd like to use the RPC on my linux platform. But I don't know how I can use that application. So I checked and just figured out one method using 'rpcgen'. ...
Min Hyeong Lee
luvssong
Offline Send Email
Apr 8, 2005
4:47 pm
6152
There is some guy that proposed an extension to add the <nil/> value to xmlrpc: see http://ontosys.com/xml-rpc/extensions.php Of course it did not make it into...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Apr 8, 2005
5:07 pm
6153
Turns out JS-o-lait finally satisfied our requirements... After some tweaking (among others, get rid of the PHP connections and such, and make things...
Paul Libbrecht
paul_libbrecht
Offline Send Email
Apr 8, 2005
8:18 pm
6154
... I don't think extensions of XML-RPC are reasonable to expect... It's been unchanging since ages and this is its strength! If you want extensibility... try...
Paul Libbrecht
paul_libbrecht
Offline Send Email
Apr 8, 2005
8:54 pm
6155
rpcgen is a related to remote-procedure-calls, as done in the old unix-world (e.g., the base of NFS)... I don't think it has anything to do with XML-RPC except...
Paul Libbrecht
paul_libbrecht
Offline Send Email
Apr 8, 2005
8:56 pm
6156
True! I agree with Jai, I am at present using some ready made JavaScript code for my web clients, is any feature is required that is not available I will ...
Sudhakar Anivella
sanivella
Offline Send Email
Apr 9, 2005
4:26 am
6157
Thank you very much for making me correct my implementation. ... no ... implementation,...
thekingofallthequeens
thekingofall...
Offline Send Email
Apr 9, 2005
4:56 pm
6158
Hi guys, When i was testing my XML-RPC application for performance, the performance showed very poor results. Although there are many reasons for this like...
thekingofallthequeens
thekingofall...
Offline Send Email
Apr 9, 2005
5:15 pm
6159
... If your server supports HTTP keep-alive then the performance of multiple calls will improve a great deal. Eric Kidd proposed an extension to the protocol...
John Wilson
tug123uk
Offline Send Email
Apr 9, 2005
5:36 pm
6160
... Expanding on that: The RPC that involves 'rpcgen' is often called "Sun RPC," as Sun invented it. It was as far as I know the first well known remote...
bryanh@...
giraffedata
Offline Send Email
Apr 9, 2005
9:12 pm
6161
... When using Apache XML-RPC, the performances gen multiplied by at least 10 if you use XmlRpcClientLite instead of XmlRpcClient, the difference being,...
Paul Libbrecht
paul_libbrecht
Offline Send Email
Apr 9, 2005
10:03 pm
6162
I'd rather say the first well-known was the Apollo RPC that later became NCS RPC, then DCE RPC, then MS RPC. YMMV, of course. But as you say the performance...
FGM
fgmarand
Offline Send Email
Apr 9, 2005
11:29 pm
6163
I think it's one of those "it's easy when you know how" things, which kind of glosses over that learning how is what difficulty is all about. It's also one of...
bryanh@...
giraffedata
Offline Send Email
Apr 10, 2005
12:11 am
6164
... I can't imagine why Apache would do this, but I suppose it might not see "Content-length" as an instance of the core header, and thus creates...
Randy J. Ray
rjray_perl
Online Now Send Email
Apr 14, 2005
8:22 pm
6165
As John pointed out, there have been suggestions, but nothing has ever been folded into the specification itself. Moving to HTTP/1.1 and taking advantage of...
Randy J. Ray
rjray_perl
Online Now Send Email
Apr 14, 2005
8:27 pm
6166
What John said. Most languages implement struct in the closest native data structure (associative arrays in Perl, Hash interfaced collections in Java, etc.),...
Randy J. Ray
rjray_perl
Online Now Send Email
Apr 14, 2005
8:31 pm
6167
... I don't see that. In fact, I see an example in the spec that uses HTTP 1.1. ... I don't see that either. It does mention that an earlier edition said ...
bryanh@...
giraffedata
Offline Send Email
Apr 14, 2005
9:06 pm
6168
... The spec says "The Content-Type is text/xml" this means that from an HTTP perspective the encoding is USASCII. Some implementations do use the XML...
John Wilson
tug123uk
Offline Send Email
Apr 15, 2005
6:45 am
6169
... I think one would commonly interpret that as to mean any sub-type of text/xml. I.e. the media-type (which is what goes in a Content-Type HTTP header)...
bryanh@...
giraffedata
Offline Send Email
Apr 15, 2005
4:48 pm
6170
... I think the XML or http spec says well: if there's a header that says encoding, one needs to follow it. Otherwise... use whatever you want to find it......
Paul Libbrecht
paul_libbrecht
Offline Send Email
Apr 15, 2005
8:58 pm
6171
... It's talking about content encoding, right? We're talking about two different things here -- content encoding and character set. "USASCII" is a character...
bryanh@...
giraffedata
Offline Send Email
Apr 15, 2005
9:56 pm
6172
... USASCII is both a character encoding and a character set, UTF-8 is a character encoding but not a character set, Unicode is a character set but not a...
John Wilson
tug123uk
Offline Send Email
Apr 16, 2005
8:28 am
6173
Hi guys, I have made a very simple implementaion of the XML-RPC Specification for Java. I would request you guys to try my implementation and suggest me some...
thekingofallthequeens
thekingofall...
Offline Send Email
Apr 17, 2005
2:08 pm
Messages 6144 - 6173 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