THE RESPONSE: I'm new to XML-RPC. Are the duplicates and members without names normal, or am I getting junk data from the provider? <?xml version="1.0"...
Hi folks, I'm designing an application using CakePHP and want to include XML-RPC functionality, mainly something like a Moveable Type API, so Flockr can...
Hello Everyone: I am working on an installment of MegaPOV XRS which uses the XML-RPC protocol to connect machines and render tridimensional scenes on a ...
Hi all. I have gotten stuck finishing a project and am running quite short of time. I have a c++ client accessing a python server and I'm using xmlrpc as a...
I'd like to bring up again a favorite topic on this list: the line of the XML-RPC spec that attempts to say you can put arbitrary bytes in a <string> element. ...
... Bryan, I wrote and maintain MinML-RPC ( a server only implementation written in Java which is mostly used in intelligent instruments) and the Groovy...
As far as I am concerned (ie. maintaining the php-xmlrpc lib): + by default I encode using &#xxxx; notation EVERY char outside ASCII range when sending. That...
... I can't see a difference between the default and the option. When do you send \r \n as the raw characters and when don't you? When you say "code point...
... Sorry for my poor wording. I am always very bad at using the correct terms. By "code point representation" I did mean "&#xxxx;" representation, or, as it...
If it is of interest this is how I handle encoding the the Groovy implementation: Characters with values less than 0X20 but not equal to 0X09 0X0A or 0X0D...
... Well, there's still some confusion, because I have a user who, using your implementation as a standard by which to measure mine, claims that yours does...
Only way to make sure is trying out, really... I'll try to allocate time for a test in the next couple of days. I am fairly sure I use the standard xml parser...
Hello, I am working with xmlrpc-c v.1.1 because I work on windows and with C (this version is checked for windows). But I can get structs to work. Using for...
Hi, I'm new in xmlrpc, and i need to build a client in delphi 7 that communicates to a server in C# using xml-rpc , does anyone know how do i call c# methods...
Hello, where can I see an example of the basic functions of xmlrpc++ on windows for structs? How can I assign values between two an integer and a struct...
... Hi there Carlos, There's a ready-to-use XMLRPC component for Delphi/Kylix, see http://sourceforge.net/projects/delphixml-rpc/ for detail. Regards, I Wayan...
Hi, I'm writing a client in delphi 7 that receives an array of structs returned from a server in C#, does anyone know how to access the individual members of...
I want to install xml-rpc-c-1.06.14 in cygwin and there are some errors as follows. i have successfully installed libwww. Could some one give me some guidance...
I have to talk to a XML-RPC server. I am working within an environment that does not support XML-RPC (Cache from Intersystems). So the idea was that I write my...
Thanks Gaetano, this helps indeed. I receive a good reply with this test client. I am still trying to find what's wrong with my request. The debugger is very...
On Mon, Jul 02, 2007 at 01:43:19PM +0200, Gaetano Giunta <giunta.gaetano@...> wrote ... Very nice tool but I miss the ability to see the request, not...
Stephane Bortzmeyer
bortzmeyer@...
Jul 3, 2007 3:50 pm
6645
Well, if you set debugging to "more", you get a nice, 100% complete dump of the http request payload. To alleviate your trouble, I read the thread you refer...
On Tue, Jul 03, 2007 at 09:50:38PM +0200, Gaetano Giunta <giunta.gaetano@...> wrote ... Ooops, I noticed Yes and No and missed More. It works. Thanks...
Stephane Bortzmeyer
bortzmeyer@...
Jul 3, 2007 8:22 pm
6647
Hi there, I've setup a blog on our intranet.. Its a wordpress blog.. Im now trying to pull info from our Internal DB and post it into the wordpress blog.. Ive...
... I presume you have looked at the Wordpress documentation (type wordpress xml-rpc into google. It's the first ht as you might expect). Does that not help...
On Thu, Jul 05, 2007 at 02:33:32PM -0000, oconnorglenn <glenn@...> wrote ... According to its documentation (I did not test it), Wordpress supports ...