Hi, The xml_rpc server that I have written is not sending 200 OK. The client is erroring with "Didn't receive 200 OK from remote server. (HTTP/1.1 400 Bad...
I am pleased to announce that I will be presenting at the Washington DC XML User Group this Wednesday 11-15-06 For directions and information about this user...
I try get categories(I have blog on wordpress.com) my perl script: #!/usr/bin/perl use strict; use warnings; use Carp; use XMLRPC::Lite; my $self = { server =>...
XINS 1.5.0, an open source web services package, has been released. While previous releases already were protocol-independent, this release adds more...
Hey list, i'm playing around something with the xmlrpc-c lib and read about the problem with timeouts and faulty rpc request. The program i wanna write should...
Michael Wilke (mailli...
list@...
Dec 2, 2006 3:35 pm
6586
I'm trying to trouble shoot and error that I'm receiving when making a client query: An error occurred - -32700:parse error. not well formed This occurs when...
... You are going to have to give us more information if we are going to able able to help you. What XML-RPC implementations are you using for the client and...
greetings everybody, i'm new to xml-rpc and i'm using the apache xmlrpc implemtation. I would just would like to ask if theres a way to add /edit headers of to...
... I don't think you can do this without hacking the source. You might get a better response on the Apache XML-RPC list. John Wilson The Wilson Partnership ...
hi john , thanks for the quick response. I was lookin for the apache XML-RPC list too. but i can't find it here. Do i have any suggestions on other java...
... The Apache lists are here http://ws.apache.org/xmlrpc/mail-lists.html The Apache implementation is the most widely used Java implementation. I'd stick with...
ok thanks a lot ! :) ... From: John Wilson To: xml-rpc@yahoogroups.com Sent: Monday, December 04, 2006 2:56 AM Subject: Re: [xml-rpc] newbie needs guidance :) ...
hey group, i have some problemes with compiling Xmlrpc-c-advanced 1.08.00 system is gentoo linux micha@cassandra ~ $ gcc --version gcc (GCC) 3.4.5 (Gentoo...
Michael Wilke (mailli...
list@...
Dec 6, 2006 7:25 pm
6594
Hi , One of my methods is getting executed twice because of some error in xmlrpc_client_call. I have the backtrace of the call. I was just wondering about the...
I forgot to mention that it was giving segmentation fault at the last call. thanks ... Find out what India is talking about on - Yahoo! Answers India Send...
... It looks like you are using the Apache Java XML-RPC implementation. You will probably get better help if you ask on their mailing list. John Wilson The...
I have developed a graphical editor of json / xmlrpc values. It is 100% javascript, based on the yui library (and on a work-in-progress port of the phpxmlrpc...
Hello, i want to install xmlrpc-epi. I looking for the sources to compile with my php. I am completely loose ... I use php 5.0.3 and apache 2.0.59. This is my...
Hello, i want to install xmlrpc-epi. I looking for the sources to compile with my php. I am completely loose ... I use php 5.0.3 and apache 2.0.59. This is my...
Hello, Je souhaite installer l'extension xmlrpc-epi sous php. Je cherche les souces mais je suis complètement perdu. J'utilise Solaris 2.8, php 5.0.3 et...
Hello, i want to install xmlrpc-epi. I looking for the sources to compile with my php. I am completely loose ... I use php 5.0.3 and apache 2.0.59. This is my...
I have made available a new XML-RPC client Perl module on CPAN. This one is a thin interface to the executable libraries of XML-RPC For C And C++. That means...
With the delphi (client) it uses xmlrpc for c (server) and it is in the process of planning a project. But, does the progress hold goes with the Korean...
The EPI lib is now officially part of php. This means you do not have to download the sources by hand, just grab the php source code. Did you try out just...
I am getting the following error message while trying to run one XMLRPC server program.How can i rectify that. msvcprtd.lib(MSVCP60D.dll) : error LNK2005:...
Please note that I am fairly new to XML RPC. Actually I know very little as yet about it. Ive been provided with a format of XML RPC Client request and a...
On Tue, Feb 06, 2007 at 06:26:15AM -0000, Ali hammad baig <saintbaig@...> wrote ... In almost every case, you do not produce or parse directly these XML ...
Stephane Bortzmeyer
bortzmeyer@...
Feb 6, 2007 8:58 am
6609
Hello, We want to use Xml RPC as Interface between 2 Applications. One Application is written in Java, and one in C#. In C# we use the Implementation from...