Hi, I'm newbie to xmlrpc. I have set up local server on my Windows PC using IIS and i would like to update both side database that locate in the localhost and...
hello friends, iam a new member.doing my engineering in cs.i jus want to know what is the meaning of xml-rpc.i am currently studying xml for a project.so...
Try www.xml-rpc.com. Sudhakar ... ________________________________________________________________________ Yahoo! India Matrimony: Find your life partner...
I am new to perl and would like to learn. I have an xml file on one machine and would like to get the data from a remote machine and put that data into queue. ...
... nice to ... This would be very nice to have. I was just making some changes to the Python xmlrpclib module, and found the spec horribly vague. In fact,...
Hi, I manage a small auction house. We have a server in our office (red hat linux) and a front end on a commercial ISP. I installed RPC on the office server...
AFAIK the name is wrong. And the spec is vague. And it's not going to change (there are SOO many quirks in it...) Some implementations that come off the top of...
... Can you explain this with a bit more detail? Is the server sending a redirect http header? This is probably not understood by the lib. What happens when...
Hi, i'm bobo. i'm from indonesia. I already try using xml-rpc in PHP (i use it to remote user authentication system). It works fine on my machine. My question...
... That's the only safe way to approach it. I consider this unfortunate, but will live with it because that's what we have for XML-RPC. ... Not conforming...
... Hmmm. I never realized before that the spec doesn't even mention ISO 8601. While it is part of the element name, which is somewhat of a suggestion, the...
... All right, I can't take it any longer. I'm going to write a spec or several. A mathematically precise description of a practical protocol. It probably...
What Apache is doing is pretty clear: it is sending back a redirect (HTTP 301) response. I'm sorry, but I think you're out of luck: redirects are not...
Hi Gaetano, Thanks for your input. I finally got it going. Gave up on the Pear classes and downloaded the xmlrpc classes from sourceforge. The same ...
Hi all, i want to use this XML-RPC Gateway for the Google API that i found here, looks very interesting :) : http://www.xmlrpc.com/googleGateway#howTo But i...
Hi, I´m new with java, I guess my question may be silly but I really need your help. From xml-rpc home page I got this code import java.util.Vector; import...
I think you need to put the current directory into your classpath as well like this: java -classpath xmlrpc-1.2-b1.jar:. JavaClient If it doesn't come through...
Hi All, We have a set of application that communicates with embeded devices that runs linux. Now we decide to use xml-rpc to send commands to the devices with...
... There are a variety of software packages that can do that (look up xml-rpc in Freshmeat). Do you have a programming language preference? -- Bryan...
Hi, Does anyone know why it is not supported to run functions that return void in Java XML-RPC server, and if one wants to do so, what is the easiest way to...
Hi, you may find it useful to check my website http://perisic.com/xmlrpc that contains a student's assigned based on the apache package with a minor...
Hi All, I am in process of developing a server and currently analyzing various models to develop the same. My basic requirement is that : 1) Server can be...