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...
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...
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...
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...
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....
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,...
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...
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...
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...
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...
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...
Connection timeout should be set at web server also! Which XML-RPC are you using? ..Sudhakar.. ... _______________________________________________________ Too...
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...
... "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...
... 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...
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 =...
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...
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...
... 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...
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...
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...
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...
... Some excerpt from one of my programs: procedure TForm1.probeninfoMethod(Thread: TRpcThread; const MethodName: string; List: TList; Return: TRpcReturn); var...
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...