Hi, 1) My program was crashing because of the * in xmlrpc_parse_value(&HA_env,HA_result,"{s:i,*}","ErrorCode",&HA_ret); WHY THIS HAPPENED? 2) My server is...
after keepalive no of connections on a single persistent socket are reached after that the server is respawned or in the same server process the processing...
//serv.c //--------------------------------- int HA_SERVER; xmlrpc_value *method_1(){} xmlrpc_value *method_2(){} int main(void) { /*only place, in whole...
Hi, We are using xmlrpc-c-0.9.9 libraries and it has been observerd that if we keep posting a request from a java/C-client to a xmlrpc-abyss server, it crashes...
There are a number of places, all below Xmlrpc-c code, that can wait for a long time before giving up. I've never seen one wait 20 minutes, but I also don't...
Hi I am new to XML-RPC. I am trying to use a third party Javascript, running under IE7, to access an application running on an Apache server, via XML-RPC. The...
Hi I am new to XML-RPC. I wish to access an application running on an Apache server from a Javascript running under Internet Explorer (IE), using XML-RPC. Both...
Hi everyone, I've written a few XML-RPC APIs and I've always used structs to pass named parameters, plus in the APIs I've used, this has also been the case, so...
Friends We will be implementing either multithreading or Forking with XMLRPC C Server. From the sample code files it looks like XMLRPC C uses multithreading ...
... I assume you're talking about the XML-RPC For C/C++, aka Xmlrpc-c, package. While the package contains facilities to create just about any kind of server...
Hi I have posted the similar problem earlier also....and i havent been able to find the solution or rather the exact problem. I have two nodes master and...
I have also noted one thing that "kill -9 'pid-of-handler-process'" , where handler process is the one which is hanging in select system call after slave...
Bryan Thanks for your inputs. I will go through the sample files provided in the package of xmlrpc -c . I have one more question. How do I pass a C structure...
Bryan thanks I have my client.c written as below where im passing an array of string #include <stdlib.h> #include <stdio.h> #include <xmlrpc-c/base.h> #include...
Hi, I am new to XMLRPC. I have problem with sending request to server. when I send the xml format request to server I got "Invalid return payload: enable...
... that XML-RPC implementation are you using? what are you sending to the server? John Wilson The Wilson Partnership web http://www.wilson.co.uk blog...
I've been working with xml-rpc and quite like it so far. The only problem I have now is that we have several places where we need to send 64 bit ints back and...
... What would you hope to gain by adding it to the spec? Ensure that you can send any client or server a 64 bit integer and it will be able to handle it? If...
Given the error message you are receiving, you are either using the PEAR::RPC library or the php-xmlrpc library (the two are very similar...) To "enable...
... NOPE. Sorry, all you can hope for is an 'unofficial' extension and support by a limited number of toolkits. Exactly what has happened for other extensions,...
... it's extremely unlikely there will ever be a change to the XML-RPC spec. You can always pass the int as a String if you are prepared to do a little work at...
Hi, I am new to xml-rpc. I have written a server in C#.net and I am using that in a webpage. Both rpc server and the aspx are on the same webserver. When I...
Hi, we are facing issue while integrating XML RPC server running on HP UNIX 11i with HP DCE client on same machine. The XML RPC server contains libpthread.h,...
I am trying to send a xml file that was created in a Hand Held Device with Pocket Pc 2003 to a Server. Is it posible to do this with xml- rpc.net? the device...