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 your group to be featured on the Yahoo! Groups website? 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 6457 - 6486 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6457
On Mon, Feb 27, 2006 at 10:32:43PM +0100, Ernst de Haan <wfe.dehaan@...> wrote a message of 73 lines which said: [Good summary on XML-RPC and SOAP...
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Mar 2, 2006
5:04 am
6458
... I hope not; that would mean it's impossible to learn. A learning curve is a graph of productivity vs time when a worker has to learn a new process or tool....
bryanh@...
giraffedata
Offline Send Email
Mar 3, 2006
4:25 pm
6459
Stephane, ... We have no plans of standardizing yet. The order should be, as I see it: 1. something that is proven to work well (done) 2. initial request for...
Ernst de Haan
ernst_dehaan
Offline Send Email
Mar 3, 2006
7:34 pm
6460
Bryan, ... You're right. And the first one to mention it, if not even the first one to realize it :-) Regards, Ernst...
Ernst de Haan
ernst_dehaan
Offline Send Email
Mar 3, 2006
7:34 pm
6461
A verticle line would be impossible to learn. A steep learning curve means takes a long time to become productive. A shallow learning curve means can get...
Nathan Young
nathan@...
Send Email
Mar 3, 2006
11:11 pm
6462
... That's common misusage, but how does that make any sense? What curve do you think it refers to? If you look at the origin of the term, in industrial...
bryanh@...
giraffedata
Offline Send Email
Mar 3, 2006
11:22 pm
6463
Hi. I pressed send and then looked it up, most likely not the ideal order of operations :) I did outline common usage and it's amazing how common that has...
Nathan Young
nathan@...
Send Email
Mar 3, 2006
11:33 pm
6464
Hi, I am the first time user of xml-rpc, would like to know about compiling the xml-rpc files, should be able to work with dce environment, which is provided...
sjwankhade
Offline Send Email
Mar 5, 2006
11:53 am
6465
I took a look at REST-RPC to see how it compares to XML-RPC. There are some ideas I like in REST-RPC, but some of the apparently important differences I don't...
bryanh@...
giraffedata
Offline Send Email
Mar 15, 2006
9:37 pm
6466
hai everybody i am a student of annauniversity.i want to learn how to work in xml rpc using apache and jwsdp toolkit.i want a detailed explanation regarding...
padmaramya p
padmaramya_p83
Offline Send Email
Mar 16, 2006
6:49 pm
6467
... You are asking on the wrong list. JWSDP Toolkit supports SOAP not XML- RPC I suggest you ask on a SOAP mailing list (like the Apache SOAP list) However I...
John Wilson
tug123uk
Offline Send Email
Mar 16, 2006
6:55 pm
6468
I am working on a generic scripting/programming architecture for a Java application. There is a set of classes that I want to expose via API so that it can be...
Neeraj Mahajan
neermahajan
Offline Send Email
Mar 17, 2006
8:07 am
6469
i am new to java as wellas to xml rpc i have a doubt these are the programs program:AreaHandler public class AreaHandler { public Double rectArea(double...
padmaramya p
padmaramya_p83
Offline Send Email
Mar 19, 2006
5:56 am
6470
I have a XMLRPC Python Server and a Java client. The server method I query from the client returns: output_pairs = [(class_names[i],classes[i]) for i in ...
David ds
oldskiffle
Offline Send Email
Mar 22, 2006
10:44 am
6471
... Can you post the exact message please? It looks like there's some invalid XML getting generated. John Wilson The Wilson Partnership http://www.wilson.co.uk...
John Wilson
tug123uk
Offline Send Email
Mar 22, 2006
11:42 am
6472
I don't have any message as I don't implemented the Python server, I've onle implemented the Java XMLRPC client using the Apache Java implementation, and when ...
David ds
oldskiffle
Offline Send Email
Mar 22, 2006
11:58 am
6473
... Are you sending Strings? If so are there any non USASCII characters in the string? The Apache XML-RPC implementation uses ISO 8859/1 encoding. It is ...
John Wilson
tug123uk
Offline Send Email
Mar 22, 2006
2:18 pm
6474
Hi John, No, I'm not sending any String, the Python XMLRPC Server is sending a Python List, but when I try to get this data structure in the Java client I got...
David ds
oldskiffle
Offline Send Email
Mar 22, 2006
7:20 pm
6475
... So the error is being generated at the client end? Can you pleas post the exact message (cut and past if possible). John Wilson The Wilson Partnership web...
John Wilson
tug123uk
Offline Send Email
Mar 23, 2006
10:37 am
6476
This is the client code: import java.net.MalformedURLException; import java.net.URL; import java.util.List; import java.util.Vector; import...
David ds
oldskiffle
Offline Send Email
Mar 23, 2006
11:40 am
6477
... You are using the Apache XML-RPC 3.0? This is a known bug and should be fixed in CVS HEAD. If you have further problems try asking on the Apache XML-RPC...
John Wilson
tug123uk
Offline Send Email
Mar 23, 2006
2:16 pm
6478
Hi. The only compelling argument for REST that I can recall at the moment is that RPC using post to a single URL bypasses any network security layers that may...
Nathan Young
nathan@...
Send Email
Mar 24, 2006
6:20 pm
6479
... I don't quite see an opportunity for standardization there. A library for XML-RPC or a similar protocol is little more than a translator between the...
bryanh@...
giraffedata
Offline Send Email
Mar 25, 2006
3:38 am
6480
Hi, I'm developing an application which has to send many requests to a server in PlanetLab, but after 500 requests the server starts to behave in a strange...
h37lius
Offline Send Email
Mar 31, 2006
6:05 pm
6481
Hi, I am currently using XML-RPC for ASP to request information from a HTTPS secure site. I have the following code in my file test.asp to invoke a method. <% ...
choobsg
Offline Send Email
Apr 9, 2006
2:48 pm
6482
... http://groups.yahoo.com/group/xml-rpc/ That should be the right group (yahoogroups.com works too). That's the general XML-RPC list, not just specific to...
Ken MacLeod
poy_mp3
Offline Send Email
Apr 15, 2006
9:24 pm
6483
... Frontier::Client uses LWP::UserAgent to make connections. Standard URLs for specifying a port should work: http://remote.com:54321/RPC -- Ken [Non-text...
Ken MacLeod
poy_mp3
Offline Send Email
Apr 15, 2006
9:52 pm
6484
I made a small patch several versions back to add user/pass via auth headers, fwiw....
Miles Lott
milos
Online Now Send Email
Apr 18, 2006
9:44 pm
6485
Bryan, ... [...] ... Sorry for taking so long to respond. The thread got lost in filters :-) The importance of being able to use a browser is testability. If...
Ernst de Haan
ernst_dehaan
Offline Send Email
Apr 20, 2006
2:41 pm
6486
Hey. Unicode support has been a consistent sore spot with XML-RPC. Some XML-RPC implementations support unicode and others don't. Boiling away most of the...
Nathan Young
nathan@...
Send Email
Apr 20, 2006
4:48 pm
Messages 6457 - 6486 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