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.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5960 - 5989 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5960
Hello everybody, I need to develop an XML RPC server using C under linux. I have looking out for things on the net but none really helped. I hope somebody...
sankettotala
Offline Send Email
Jul 5, 2004
5:34 am
5961
Hi, I have used Eric Kidd'c C implementation. I found it good, it works on windows too. http://xmlrpc-c.sourceforge.net/ here is the example with different...
Sandip Kumar Devnath
skdevnath
Offline Send Email
Jul 5, 2004
4:47 pm
5962
hi, buddy i have a c++ application and need the xmlrpc client and server communication. in the client, i have some code like this: char strDeviceNumber[25]; ...
yyongshan
Offline Send Email
Jul 10, 2004
7:15 am
5963
Hi, You can use Open Source code available in the following site. Sudhakar http://linuxgazette.net/issue79/tougher.html ... Hello everybody, ... ...
Sudhakar Anivella
sanivella
Offline Send Email
Jul 18, 2004
5:34 am
5964
I have a need to pass a big block of XML-RDF as a payload in XML-RPC. Is this sensible? Or should I just pass a URL to the XML-RDF and collect it separately to...
Julian Bond
jbond23uk
Offline Send Email
Jul 19, 2004
12:23 pm
5965
Hi Julian, Since XML-RPC requires the content-length header in the HTTP-request the libraries have to build the complete message in memory before calculating...
greger.ohlson@...
gregerohlson
Offline Send Email
Jul 19, 2004
12:28 pm
5966
... I agree with Greger. Very large payloads don't play well with XML-RPC because of the requirements for calculating the content-length header. John Wilson ...
John Wilson
tug123uk
Offline Send Email
Jul 19, 2004
1:32 pm
5967
Is it true that you need to change security settings just to use httprequest function using JS? -- AJ...
AJ Batac
ajbatac
Offline Send Email
Jul 29, 2004
7:22 am
5968
Hi Does anybody have any suggestions for this org.apache.xmlrpc.XmlRpcException: Wrong username or password. at org.apache.xmlrpc.XmlRpcClient$Worker.execute ...
Chinmayi Narasimhadev...
chinmayi_24
Offline Send Email
Jul 31, 2004
9:07 am
5969
Dear All, I have a user of my library (vbXMLRPC) who is arguing "<string/>" represents "<string></string>". My position is "<string/>" is not valid XML-RPC...
mrphewitt
Offline Send Email
Aug 5, 2004
11:07 am
5970
... Phil, I'm afraid you're wrong :) XML-RPC uses XML. In XML <tag></tag> and <tag/> are identical. John Wilson The Wilson Partnership http://www.wilson.co.uk...
John Wilson
tug123uk
Offline Send Email
Aug 5, 2004
11:56 am
5971
You may have to give encrypted password may be Base64. It’s a guess. happy coding Sudhakar Anivella ... ...
Sudhakar Anivella
sanivella
Offline Send Email
Aug 11, 2004
11:37 am
5972
Hello! I've been fiddling with xml-rpc for a while now and totally dig it. I have a small problem. Let me explain.. I have an xml-rpc server written in PHP and...
Llama_child
Offline Send Email
Aug 26, 2004
8:04 am
5973
... You should probably look at some source that would explain about how to do ordinary secured web transactions, since xml-rpc is really just like that. I'd...
Robert P. Goldman
rpgoldman
Offline Send Email
Aug 27, 2004
4:08 pm
5974
Hello, I've redone the parsing in DXMLRPC 2 to work more cleanly around the empty string issue. It seems to works correctly with Syndic8, Meerkat and a few...
Frédéric-Geor...
fgmarand
Offline Send Email
Sep 11, 2004
9:03 pm
5975
Oooopss... That should read "...I'd like to...", of course :-( Silly typo... ... From: "Frédéric-Georges" <fgm@...> To: <xml-rpc@yahoogroups.com> ...
FGM
fgmarand
Offline Send Email
Sep 12, 2004
7:29 am
5976
where can I get your new dxmlrpc. I'm doin' somthing using it now. is it still in this url: http://www.infinite-elements.com/uploads/XmlRpc/dxmlrpc-2.0.0.zip ...
Guess Who?
metvacetz
Offline Send Email
Sep 23, 2004
7:21 pm
5977
Hello, Thanks for your message. The current official version of DXMLRPC is on SourceForge http://sourceforge.net/projects/delphixml-rpc/ Regarding the work in...
FGM
fgmarand
Offline Send Email
Sep 24, 2004
6:44 am
5978
Hello Frederic, Thanks for your attention.Your work is not unusable. Im glad I found dxmlrpc. I'm now developing (cms&sms) application, which was web based...
meta
metvacetz
Offline Send Email
Sep 24, 2004
8:35 am
5979
Hello, I must stress I am not *the* developer of the Delphi XML-RPC implementation, not even a registered developer on the project, just a developer who...
FGM
fgmarand
Offline Send Email
Sep 24, 2004
10:18 am
5980
I am developing an C++ appliation using XML-RPC. But when I compile my program it gives error "cannot open file '..\..\bin\Debug\wwwstream\wwwstreamD.lib'" I...
Ankur Saxena
ankur_s2000
Offline Send Email
Sep 28, 2004
12:53 pm
5981
Hi. How can I debugging turned on in my php client ? I'm have this code problem code 2 Invalid return payload: enabling debugging to examine incoming payload ...
cubasbr
Offline Send Email
Oct 13, 2004
8:26 pm
5982
Which xml-rpc implementation are you using ? There is no standard between implementations, but typically you may want to intercept the XML data actually being...
FGM
fgmarand
Offline Send Email
Oct 13, 2004
9:19 pm
5983
I need to send an xml document to a server that only accepts requests via POST. this is the code that I am supposed to send, but I am a unix/php guy this is...
FACris
Offline Send Email
Oct 16, 2004
6:51 am
5984
1> I have been trying to ssl enable my xmlrpc web server which is an abyss web server. I could ssl enable the xmlrpc and www libraries. I have tried to make...
sankettotala
Offline Send Email
Oct 18, 2004
6:16 am
5985
Hi, I have to make a Java program, using the Apache XML-RPC Packege, that receives xml messages and responds to them. This isn't a problem. The problem is that...
monsterfish@...
monsterfish
Offline Send Email
Oct 21, 2004
4:27 pm
5986
Hi Jan, Yo may have a look at my xmlrpc-site http://perisic.com/xmlrpc This contains examples based on the Apache package. As this is used for teaching, I...
Marc Conrad
Marc.Conrad@...
Send Email
Oct 21, 2004
5:31 pm
5987
I program I play tic tae toc using logica PHP and being in a service Web according to norm XML - RPC nevertheless I have had some problem with the program that...
oscar_tico
Offline Send Email
Oct 29, 2004
7:12 am
5988
Hi , I have problem using xmlrpc and unicode encoding. My application gets the client request in the form of xml . My xmlservlet class sets the encoding as...
shilpanalgonda
Offline Send Email
Oct 29, 2004
10:02 pm
5989
Hi List, (hi again), Browsing the web didn't bring me to a solution, not even for SOAP and WSDL actually... so here's my question: I'd like to document our...
Paul Libbrecht
paul_libbrecht
Offline Send Email
Nov 11, 2004
9:25 am
Messages 5960 - 5989 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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