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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 6266 - 6295 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6266
The following discussion is focused mostly on PHP, but the question is the same for any language: has any xmlrpc lib implementor / application builder ever...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Jul 1, 2005
5:14 pm
6267
An exploitable security flaw has been discovered in the PHPXMLRPC implementation. This allows an attacker to execute arbitrary PHP code on the server. The flaw...
John Wilson
tug123uk
Offline Send Email
Jul 4, 2005
10:29 am
6268
Hi, I'm french and i have a project which must use xml-rpc. I would like to develop a client with vb.net for my ppc but i don't understand how to do even with...
mquere2001
Offline Send Email
Jul 7, 2005
4:19 pm
6269
... Take a look at: http://www.pocketsoap.com/pocketXMLRPC/ HTH, Adrian Nicolaiev http://www.niconnect.com...
Adrian Nicolaiev
adrian_nicol...
Offline Send Email
Jul 8, 2005
1:17 am
6270
Ok thanks for your answer, I can't use pocket.xmlrpc.dll because it's not a dll for .net .So when I add a new reference in my project I have an error. I have...
mquere2001
Offline Send Email
Jul 8, 2005
8:45 am
6271
I have a situation in which a call to glob.glob works with no problems in a pythin shell but when I try to run it in a .py script called via xmlrpc it fails....
ted holden
holden_ted
Offline Send Email
Jul 8, 2005
8:49 am
6272
Let me try this one again. I'm guessing that in order to read or write files from any sort of a script file sitting in the cgi-bin directory on a server,...
ted holden
holden_ted
Offline Send Email
Jul 8, 2005
4:08 pm
6273
Speaking for Unix, the cgi process might be running with the user account that the web server uses, generally set to 'nobody' for Apache in htppd.conf. The...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Jul 8, 2005
4:33 pm
6274
Thanks, but all I'm trying to do is read files, not write them. Ted ... [Non-text portions of this message have been removed]...
ted holden
holden_ted
Offline Send Email
Jul 8, 2005
5:02 pm
6275
Hi everybody, So i have a new problem: I did a xml-rpc server in php and a client: I just want to have an server's answer with a string "hello world". I try...
mquere2001
Offline Send Email
Jul 11, 2005
4:38 pm
6276
Comments in the code below... ... This line should have 'struct' as last param, since it its the standard identifier for creating a struct value; it is not the...
gaetanogiunta2000
gaetanogiunt...
Offline Send Email
Jul 15, 2005
3:48 pm
6277
I was thinking about adding a new 'type' in the values that are returned by a call to system.methodsignature. This new type would mean 'an xmlrpc value of any...
gaetanogiunta2000
gaetanogiunt...
Offline Send Email
Jul 15, 2005
4:56 pm
6278
I will be out of the office starting 11.07.2005 and will not return until 08.08.2005. I will respond to your message when I return....
Kristján Þó...
kristfin1971
Offline Send Email
Jul 15, 2005
10:02 pm
6279
I have a setup where I sent an XML-RPC request and the server side processing takes awhile, upwards of a minute. Before it completes, I get the "Invalid...
megatids
Offline Send Email
Jul 17, 2005
3:28 pm
6280
Connection timeout should be set at web server also! Which XML-RPC are you using? ..Sudhakar.. ... _______________________________________________________ Too...
Sudhakar Anivella
sanivella
Offline Send Email
Jul 18, 2005
2:40 am
6281
I see a lot of postings to this list that request technical support without mentioning for what package. This makes me think that there are packages that...
bryanh@...
giraffedata
Offline Send Email
Jul 18, 2005
3:47 pm
6282
Packages that do not provide info on support at all. People do a google serach and get here by mere chance?...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Jul 18, 2005
3:52 pm
6283
... "mixed" would be a mistake because for clarity the description should be of a single RPC rather than a more abstract class of them. "value" is better, but...
bryanh@...
giraffedata
Offline Send Email
Jul 18, 2005
4:04 pm
6284
... That's a pretty good theory. Coupled with poor description and naming of packages that makes it easy for users to believe that that implementation and the...
bryanh@...
giraffedata
Offline Send Email
Jul 18, 2005
4:13 pm
6285
Attempting to talk to a server that has some protected methods. So trying to use the credentials method in Perl. Here is what I'm doing now my $server =...
pmutalik2000
Offline Send Email
Jul 25, 2005
6:27 pm
6286
In egroupware, we require basic auth for methods called after a login. I recently had to fix my patch to Frontier-RPC to be able to send this correctly. You...
Miles Lott
milos
Online Now Send Email
Jul 30, 2005
12:24 pm
6287
Hi All, I am looking for an API to implement XML RPC Server application in visual basic. Please pass-on info on any such API. Thank you....
raghu_alapati
Offline Send Email
Aug 2, 2005
1:01 pm
6288
Hi, I would like to know how to manage sessions for my server. My server is PHP Server My client VB.net (For pocket PC) I use cookcomputing.xmlrpc.dll thanks...
mquere2001
Offline Send Email
Aug 10, 2005
1:22 pm
6289
... Wouldn't the answer to that be "however you wanted to"? I've seen one instance that used a session identifier that was passed back and forth in XML-RPC...
Brian Smith
avalon73
Online Now Send Email
Aug 10, 2005
3:17 pm
6290
Wayan - I to am building a XML-RPC Client/Server in Delph (D7) and managed to figure out how to sent 'struct' to the server. After a *long* struggle with the...
zeketheelder
Offline Send Email
Aug 11, 2005
7:46 am
6291
I am attempting to build a client/server set using the Source forge Delphi XML-RPC library. I have built the basic demo c/s and they work fine. I also have...
zeketheelder
Offline Send Email
Aug 11, 2005
7:47 am
6292
This seems weird: unless we're not speaking the same language, I'm doing this all the time. Look at the Syndic8 API, for instance: it returns arrays within...
FGM
fgmarand
Offline Send Email
Aug 11, 2005
8:00 pm
6293
... Some excerpt from one of my programs: procedure TForm1.probeninfoMethod(Thread: TRpcThread; const MethodName: string; List: TList; Return: TRpcReturn); var...
Jürgen Kehrel
jbkehrel
Offline Send Email
Aug 11, 2005
9:32 pm
6294
... I finally managed to build a Client/Server demo in Delphi that works for me so if anyone else wants it give me a shout.... Regards.........
zeketheelder
Offline Send Email
Aug 12, 2005
6:36 am
6295
Several people have asked for the Client/Server demo in Delphi so I have posted it on my web site. You can download it at: You can pick up the example code...
zeketheelder
Offline Send Email
Aug 12, 2005
2:44 pm
Messages 6266 - 6295 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