Hi there barnbroker... The return value from xmlrpc_decode is a PHP value, usually is an array value or a scalar value. From the code, the $myList value is an...
Thanks for the help... this seemed to work. Youre right. It was returning an array. Now I have another question. I am trying this same thing with another...
Yes it's a struct XML-RPC return value. Since it's a struct in XML-RPC value, you should strip it. First define the member name, then extract the scalar value....
I'm trying to test some C# code that uses xml-rpc.net (2.1.0) client side, against the wall - meaning against a server that is not running. The client is on my...
I'm having a problem with my rpc xml via php. I'm almost 100% sure the error is a result of some xml formating or the sort. The error is: XML error at line 1,...
hi, i am trying to learn xmlrpc-c for using it in my project.. the version xmlrpc-c-1.07.00.tgz i downloaded is giving problems on installing on linux...
I maintain Xmlrpc-c (XML-RPC for C/C++). If you want help getting it to build, you can email me off-list. ... I see about 25 older versions on Sourceforge as...
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...