Hello, I hope someone can help me with this problem. I have setup a simple script with xml-rpc to get xml back from a server. Works OK but the xml that is...
hard to tell, if you do nor specify your language of choice, toolkit/library/server environment... ... [Non-text portions of this message have been removed]...
I'm trying to use: RPC::XML Version 0.58 ... "keY" to pass to the calls. Does the module support that? it said to install SSLeay which we did but then we get...
i had a couple of doubts regarding xmlrpclib How can i get all the posts in the blog?? and for this "metaWeblog.getPost (postid, username, password)" how do i...
On Fri, Oct 12, 2007 at 08:05:09AM -0000, ashok.raavi <ashok.raavi@...> wrote ... There is no standard way. With Metaweblog, you call ...
Stephane Bortzmeyer
bortzmeyer@...
Oct 15, 2007 7:21 am
6697
Hi I'm new to xmlrpc. Trying to connect to a wiki site using this API, and it looks like the only xmlrpc implementation currently supporting digest ...
I have a xml-rpc server that is also a xml-rpc client of another server. I always got "invalid payload" - it returns the header of the 1call, then the header...
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...