A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2459 By: dexters (dexters@...) i can think of two possibilities: 1. the ports are...
webmaster@...
May 4, 2003 12:18 pm
5302
Greetings, After over a year, py-xmlrpc 0.8.8.3 has finally been released! http://sourceforge.net/projects/py-xmlrpc What is py-xmlrpc? Py-xmlrpc is a fast...
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2462 By: Awais Ahmad (synked@...) If I were to completely not use the...
webmaster@...
May 14, 2003 1:43 pm
5307
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2463 By: Sam DeVore (sdevore@...) sure it would be xml complient but NOT...
webmaster@...
May 14, 2003 2:33 pm
5308
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2464 By: Awais Ahmad (synked@...) I meant XML-RPC, typo on my part :). Cheers ...
webmaster@...
May 14, 2003 3:35 pm
5309
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2465 By: Awais Ahmad (synked@...) If I were to completely not use the...
webmaster@...
May 15, 2003 12:40 am
5310
Hi, Could XML-RPC transmit other characters such as Chinese, Japanese and German as the value of a parameter? Is it the limitation of XML-RPC? If not, how ...
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2466 By: frank_lin (00525@...) hi, using wince asp web running xmlrpc, i got...
webmaster@...
May 22, 2003 8:19 am
5313
Hi, We downloaded the XMLRCP with Delphi example code from www.xmlrpc.org... We installed the Indy package and done everything that helping pages said... But...
Unknown method means that the xml-rpc server you are calling is throwing a error saying that the method does not exist. I am most likely the writer of the...
Hello, I have written a client-server application: the client is a C++ application and the server is a Java application. The communication between client and...
Thanks, but we don`t think that its the problem (caps or case sensitive 'cause we knew it)... Since we see that we're talking with someone who really knows...
No you do not need to use the proxy stuff endpoint means /RPC2 or server.php or /hailstone/server.php basically the url you are hitting on the host. I...
I really apreciate your time for helping us... but don`t understand completly the endpoint ishue...: My Linux server CNAME is "server.easyteck" on IP...
Well lets see if I can explain this properly. XML-RPC transmits all of its data as a xml documnet transmitted over standard http protocol. Because of the http...
It doesn't works yet! Well now: I tried to access the http://localhost:8080/RPC2 and variants including server.easyteck insted of localhost and used variants...
IT FINALLY WORKED !!!! The problem actually was on the classes and objects and their missing Params called: First I used 'db.lisCollections' as the method to...
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2467 By: RG (rgasparini29@...) Hello all! I'm trying to consume a web service...
webmaster@...
May 28, 2003 3:52 pm
5323
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2468 By: Bijan (bmohant@...) Hi folks, I have a XmlRpcClient sends some...
webmaster@...
May 28, 2003 10:15 pm
5324
Hi John, Thanks for the reply. I have download the source code from the CVS server as what you mention. I traced the code and found XmlRpcWorker, ...
Carol, It is possible to send any Unicode character in any encoding in an XML document. You don't have to set the encoding to UTF-8. The standard Apache ...
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2469 By: vincent viggiani (vinniethemover@...) Advantage Movers On Time On...
webmaster@...
Jun 1, 2003 11:07 pm
5327
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2470 By: Yuval (yuvalkro@...) I have a problem concerning XML and Hebrew...
webmaster@...
Jun 2, 2003 12:17 am
5328
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2471 By: Matt Goyer (mgoyer@...) Hi, I need a non-blocking and...
webmaster@...
Jun 2, 2003 5:59 pm
5329
Matt, Check out py-xmlrpc. It supports non-blocking and non-threaded clients and servers. http://sourceforge.net/projects/py-xmlrpc Shilad...
Hi all, Does anyone knows about a xml-rpc asp implementation that does support Basic Authentication and SSL ?? If not, what is the best (non beta if possible)...