Search the web
Sign In
New User? Sign Up
xml-rpc · XML-RPC Discussion
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 6087 - 6116 of 6842   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6087
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...
abeegeok
Offline Send Email
Feb 2, 2005
7:16 am
6088
You should start off with adding a "/" in front of 'server.php' in the call xmlrpc_client....
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Feb 2, 2005
8:24 am
6089
If you use Python to implement an XML-RPC server and in particular use SimpleXMLRPCServer to do so, please make sure you read: ...
dscplcomau
Offline Send Email
Feb 3, 2005
10:56 pm
6090
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...
mayoor
mayoorcse
Offline Send Email
Feb 4, 2005
9:09 am
6091
Try www.xml-rpc.com. Sudhakar ... ________________________________________________________________________ Yahoo! India Matrimony: Find your life partner...
Sudhakar Anivella
sanivella
Offline Send Email
Feb 4, 2005
9:16 am
6092
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. ...
guru_perl
Offline Send Email
Feb 9, 2005
4:50 pm
6093
... 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,...
pythondocs
Offline Send Email
Feb 10, 2005
8:43 pm
6094
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...
glenn_plmr
Offline Send Email
Feb 11, 2005
6:32 am
6095
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...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Feb 11, 2005
9:29 am
6096
... 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...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Feb 11, 2005
9:35 am
6097
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...
herwindyo purbo
capme_001
Offline Send Email
Feb 11, 2005
11:41 am
6098
... 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...
Fred L. Drake, Jr.
pythondocs
Offline Send Email
Feb 11, 2005
8:58 pm
6099
... 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...
bryanh@...
giraffedata
Offline Send Email
Feb 11, 2005
9:38 pm
6100
... 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...
bryanh@...
giraffedata
Offline Send Email
Feb 11, 2005
9:55 pm
6101
... HTTP/1.1 301 Moved Permanently Date: Fri, 11 Feb 2005 03:30:13 GMT Server: Apache/1.3.27 (Unix) mod_perl/1.26 mod_throttle/3.1.2 PHP/4.2.2...
glenn_plmr
Offline Send Email
Feb 11, 2005
11:48 pm
6102
Python Security Advisory Advisory ID: PSF-2005-001 Issue Date: February 3, 2005 Product: Python Versions: 2.2 all versions, 2.3 prior to 2.3.5, 2.4...
herwindyo purbo
capme_001
Offline Send Email
Feb 14, 2005
6:39 am
6103
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...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Feb 14, 2005
10:45 am
6104
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 ...
glenn_plmr
Offline Send Email
Feb 14, 2005
1:47 pm
6105
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...
cvallet16
Offline Send Email
Feb 16, 2005
7:36 am
6106
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...
jrmg81
Offline Send Email
Feb 25, 2005
7:44 am
6107
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...
josh lucas
lucasjosh
Offline Send Email
Feb 25, 2005
7:47 am
6108
even i got the same error while creating a jar. then i tried by unzipping the xmlrpc jar file in my application's jar file. it works now josh lucas...
Sanket Totala
sankettotala
Offline Send Email
Feb 25, 2005
9:55 am
6109
... Try java -classpath xmlrpc-1.2-b1.jar:. JavaClient (note, the ":."). paul...
Paul Libbrecht
paul_libbrecht
Offline Send Email
Feb 25, 2005
12:31 pm
6110
... It works, thanks a lot...
jrmg81
Offline Send Email
Feb 25, 2005
4:39 pm
6111
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...
erbugcelebi
Offline Send Email
Feb 25, 2005
5:45 pm
6112
... 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...
bryanh@...
giraffedata
Offline Send Email
Feb 26, 2005
7:14 pm
6113
Thans a lot for your answer. We select Java as the development language. ... by ... xml-rpc ... 2000...
erbugcelebi
Offline Send Email
Feb 26, 2005
10:05 pm
6114
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...
bbartaia
Offline Send Email
Mar 1, 2005
4:00 pm
6115
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...
Marc Conrad
marc2conrad
Offline Send Email
Mar 1, 2005
7:18 pm
6116
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...
Rohit Dhamija
dhamijarohit
Offline Send Email
Mar 2, 2005
10:38 am
Messages 6087 - 6116 of 6842   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help