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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 5951 - 5980 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5951
Hy ! I just discover this xmlrpc amazing technology which fits very to what I would like to do with my futur application. So I tried few days few tests on...
D. Chaussende - ISTOS
denio692003
Offline Send Email
Jun 3, 2004
8:56 am
5952
Hello Denis ! ... Sorry for my english! Are you sure of your server configuration? Perhaps you can search about "encoding" (iso-8859-1 ) . You can install...
Benoit ARCHINARD
archiben13
Offline Send Email
Jun 3, 2004
9:52 am
5953
Hy Benoit, Thanks for your answer, but I definitly can't install apache on the client's machine. I tried to implement the xmlrpc server on Iis instead of .Net...
Denis Chaussende
denio692003
Offline Send Email
Jun 3, 2004
3:05 pm
5954
Dear All Hello! I want to use XML RPC .Net in my ASP .Net application with vb .net as code behind. I have written a service in asp .net using xml rpc and want...
Shajee
ahmadshajee
Offline Send Email
Jun 3, 2004
9:23 pm
5955
Just uncomment using namespace std in xmlrpccpp.h and do a make. It should be successfule now. If not successfule add the C++ include cygwin or mingw in the...
purniram
Offline Send Email
Jun 22, 2004
7:28 am
5956
Hello. I have a problem with my web site. A client script uses the send method of the microsoft.xmlhttp object to call a server method through XMLRPC. When I...
argos_sirio
Offline Send Email
Jun 23, 2004
8:20 pm
5957
Hi, I need some advices for XML application. The application will connect to systems. The outputs of the first system is the input of the next one. So my task...
pascid
Offline Send Email
Jun 28, 2004
4:53 pm
5958
I will be out of the office starting 25.06.2004 and will not return until 06.07.2004. I will respond to your message when I return....
Kristján Þó...
kristfin1971
Offline Send Email
Jun 29, 2004
4:00 am
5959
I am pleased to announce that version 0.5 of VTD-XML -- a new, non-extractive, Java-base XML processing API licensed under GPL -- is now freely available on...
ximpleware2004
Offline Send Email
Jun 29, 2004
5:03 am
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
Online Now 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
Online Now 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
Messages 5951 - 5980 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