Hi, I am using Frontier::Client for reading xml-rpc response. The server seems to be working fine but the client goes into an infinite loop on reading the xml...
I have never used Frontier but I can promise that most implemnentations of XML-RPC load most of XML documents in RAM. And 1.2Mb is reaching the limit for a...
Hi, An RPC spec specifies type date for a variable for "orderDate". Other vars specifiy string and int and work fine. I have tried the $client->date_time...
... But bear in mind that chunking is not legal XML-RPC. XML-RPC specifies HTTP and specifies a content-length header, while HTTP specifies that there is no...
Oh, hold on! I did not mean the XML-RPC message... that I do not see doable (since, again, in most cases, most of it is loaded in RAM). I did mean to chunk at...
Hi all, I have an XML-RPC Service implemented in C and hosted using abyss Server. Now I would like to make to host it on to HTTPD or Tomcat web server. How...
... That sounds like XML-RPC For C/C++. ... I don't know what you mean by HTTPD, since that is a common name for various HTTP server programs. With any HTTP...
thanks Mr.Bryan, I am tring the mod_xmlrpc now. I have compiled it as a shared library. The linking command is like this: ravit$> /usr/bin/gcc -fPIC...
... Its loading the ruby_errinfo symbol when I use g++ instead of gcc . ... But this time some other symbol is missing. ./bin/apachectl start Syntax error on...
... I have no idea why that would be. The reason it isn't found in the original attempt is that you have the link options in the wrong order. When static...
Hello everybody, How do we actually have to write the service inorder to use the mod_xmlrpc.so ? Do we need to have abyss server again or not? Where actually...
... I have compiled the examples test , test 2 from the mod_xmlrpc2.2.1 and kept in httpd/lib/modules/xmlrpc_server directory. Those test and test2 are...
Hello all, I would be interested in a one off longer range changes.xml type file with URLs and time updated, going back, say 6 months. Is it possible to get...
I encountered a possible bug in the XMLRPC PHP extension (http://sk.php.net/xmlrpc). I implemented system.listMethods and system.methodSignature methods. ...
Hi! I'm an xmlrpc beginner and i would like to know how to use it! What i need to use? i tried hard to get it work but alway I've back a message where server...
I think if you get such from server means, you have successfully deployed your web-service.... ... -- Regards, Japan Shah [Non-text portions of this message...
hi guys, I'm new here. I've browsed the list for some feedback about what's next when the received payload is empty and didn't find much. I'm connecting to a...
A 100% empty response, by a php powered server, is usually the result of a fatal error in the code. If php is configured not to display errors on screen (as it...
Hi Gaetano, Thanks for the feedback. Well, so far I checked the apache logs, I see a POST via HTTP to that URL, a 200 OK reposonse is returned, and the body...
Quick note: The last solution I was talking about was written incorrectly. What I wanted to say was : - replace CURL and use it instead of fsockopen. Based on...
I'm trying to retrieve the return code from an xml rpc call... Should be true on success of false if failure... I'm using Frontier RPC2 Client. I've tried...
off the top of my head: there was a particular version of php that broke support for HTTP_RAW_POST_DATA, which is used, iirc, by pear::xmlrpc. Since you say it...
Hi G, Thanks for all the feedback, I managed to find out what's the problem. The XML-RPC PEAR package is ok, however, the XML-RPC server is not. It needs a...
Well, doh. I think I should have thought about that earlier. PHP script timeouts are quite common and quite annoying errors, as by default there will be no...
Hi Gaetano, Yes, you're totally right. It's the pear RPC class which has the issue with time outs. What I did was to increase the time out limit on the client...
I am trying to create an complex struct with multiple arrays This is an example of my array setup before creating the struct $args=Array ( [authentication] =>...