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...
Hi, I have just made some experiments with XmlRcpCS (.net) with good results. Apparently there seems to be a problem though with XmlTextReader in the...
Hi,. I want to Post XML as RPC in C#,... I have created one application ,.. Its throwing exception,.. which says,.. connection closed, while reciving data,... ...
... Also, you may need to read up on the XML-RPC protocol and make sure you're on the right list (this is a list about XML-RPC: www.xmlrpc.com). The reason I...
... "Realm" is set by the server. It identifies the realm when it challenges for Basic Auth credentials. Were you not given this bit of information from the...
... Less so for dynamically-typed languages like Perl, Ruby, etc. And definately more so for statically-typed languages like C or C++ (Java could probably work...
... I get around this (somewhat) in my Perl implementation by allowing base64 items to be spooled from files, rather than being in-memory (my lib was being...
... There may be some problem with signatures which is less for dynamically typed languages, but the one I'm talking about above isn't related to that, because...
Beware, MS is trying to corrupt AJAX. If this works http://www.dotvoid.com/view.php?id=13 Then there is no need of webservices and XML for AJAX programming. ...
Beware, MS is trying to corrupt AJAX. If this works http://www.dotvoid.com/view.php?id=13 Then there is no need of webservices and XML for AJAX programming. ...
First off, I don't see any relevance to XML-RPC in this. Secondly, the article you cite is an example of putting AJAX to use, and encourages the user to use...
i am new to xml-rpc, and i test some of xml-rpc capable site that is http://xmlrpc.wordtracker.com/, the browser give feedback of "XML-RPC server accepts POST...
You really should read the RFC for HTTP transfers, as an understanding of HTTP transfer will help understand the message you are getting, and give you a better...
I see a reset on line 1862 in my version. Try changing it to @reset. Looks like there is a problem with your xml somewhere, but this should escape that...
Hi, I have implemented a webservice using xml-rpc and java. From the java side, I put element into a hashtable and then push them back to a client requesting a...
On Thu, Aug 25, 2005 at 04:16:02PM -0000, xuberance2000 <xuberance2000@...> wrote ... I never did XML-RPC programming with Java but, in every language...
Are there any public XML-RPC servers "out there" that require basic authentication so I can test basic authentication in my client DLL? Cheers, Phil Hewitt ...
If you read the spec carefully (www.xmlrpc.com/spec, it'sonlt a couple of pages long), you will find out that the only HTTP access method that has to be...