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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 6287 - 6316 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6287
Hi All, I am looking for an API to implement XML RPC Server application in visual basic. Please pass-on info on any such API. Thank you....
raghu_alapati
Offline Send Email
Aug 2, 2005
1:01 pm
6288
Hi, I would like to know how to manage sessions for my server. My server is PHP Server My client VB.net (For pocket PC) I use cookcomputing.xmlrpc.dll thanks...
mquere2001
Offline Send Email
Aug 10, 2005
1:22 pm
6289
... Wouldn't the answer to that be "however you wanted to"? I've seen one instance that used a session identifier that was passed back and forth in XML-RPC...
Brian Smith
avalon73
Online Now Send Email
Aug 10, 2005
3:17 pm
6290
Wayan - I to am building a XML-RPC Client/Server in Delph (D7) and managed to figure out how to sent 'struct' to the server. After a *long* struggle with the...
zeketheelder
Offline Send Email
Aug 11, 2005
7:46 am
6291
I am attempting to build a client/server set using the Source forge Delphi XML-RPC library. I have built the basic demo c/s and they work fine. I also have...
zeketheelder
Offline Send Email
Aug 11, 2005
7:47 am
6292
This seems weird: unless we're not speaking the same language, I'm doing this all the time. Look at the Syndic8 API, for instance: it returns arrays within...
FGM
fgmarand
Offline Send Email
Aug 11, 2005
8:00 pm
6293
... Some excerpt from one of my programs: procedure TForm1.probeninfoMethod(Thread: TRpcThread; const MethodName: string; List: TList; Return: TRpcReturn); var...
Jürgen Kehrel
jbkehrel
Offline Send Email
Aug 11, 2005
9:32 pm
6294
... I finally managed to build a Client/Server demo in Delphi that works for me so if anyone else wants it give me a shout.... Regards.........
zeketheelder
Offline Send Email
Aug 12, 2005
6:36 am
6295
Several people have asked for the Client/Server demo in Delphi so I have posted it on my web site. You can download it at: You can pick up the example code...
zeketheelder
Offline Send Email
Aug 12, 2005
2:44 pm
6296
Hi, I have just made some experiments with XmlRcpCS (.net) with good results. Apparently there seems to be a problem though with XmlTextReader in the...
Mats Lidell
mats_lidell
Offline Send Email
Aug 17, 2005
3:01 pm
6297
Hi,. I want to Post XML as RPC in C#,... I have created one application ,.. Its throwing exception,.. which says,.. connection closed, while reciving data,... ...
hgsurya
Offline Send Email
Aug 18, 2005
11:56 am
6298
... You will not get an answer to your question because you have not given us any relevant information. Please read this:...
John Wilson
tug123uk
Offline Send Email
Aug 18, 2005
1:32 pm
6299
... Also, you may need to read up on the XML-RPC protocol and make sure you're on the right list (this is a list about XML-RPC: www.xmlrpc.com). The reason I...
bryanh@...
giraffedata
Offline Send Email
Aug 18, 2005
3:14 pm
6300
... "Realm" is set by the server. It identifies the realm when it challenges for Basic Auth credentials. Were you not given this bit of information from the...
Randy J. Ray
rjray_perl
Offline Send Email
Aug 19, 2005
8:31 am
6301
... Less so for dynamically-typed languages like Perl, Ruby, etc. And definately more so for statically-typed languages like C or C++ (Java could probably work...
Randy J. Ray
rjray_perl
Offline Send Email
Aug 19, 2005
8:37 am
6302
... I get around this (somewhat) in my Perl implementation by allowing base64 items to be spooled from files, rather than being in-memory (my lib was being...
Randy J. Ray
rjray_perl
Offline Send Email
Aug 19, 2005
8:49 am
6303
... There may be some problem with signatures which is less for dynamically typed languages, but the one I'm talking about above isn't related to that, because...
bryanh@...
giraffedata
Offline Send Email
Aug 19, 2005
3:35 pm
6304
Beware, MS is trying to corrupt AJAX. If this works http://www.dotvoid.com/view.php?id=13 Then there is no need of webservices and XML for AJAX programming. ...
Gurudatta Raut
infoligence_...
Offline Send Email
Aug 20, 2005
8:22 am
6305
Beware, MS is trying to corrupt AJAX. If this works http://www.dotvoid.com/view.php?id=13 Then there is no need of webservices and XML for AJAX programming. ...
Gurudatta Raut
infoligence_...
Offline Send Email
Aug 20, 2005
8:58 am
6306
First off, I don't see any relevance to XML-RPC in this. Secondly, the article you cite is an example of putting AJAX to use, and encourages the user to use...
Randy J. Ray
rjray_perl
Offline Send Email
Aug 23, 2005
11:43 am
6307
i am new to xml-rpc, and i test some of xml-rpc capable site that is http://xmlrpc.wordtracker.com/, the browser give feedback of "XML-RPC server accepts POST...
swdev_bali
Offline Send Email
Aug 23, 2005
6:53 pm
6308
Hi people! I've been playing with RPC for a few days and managed to get: Warning: reset(): Passed variable is not an array or object in ...
pure_chaos58
Offline Send Email
Aug 23, 2005
6:56 pm
6309
You really should read the RFC for HTTP transfers, as an understanding of HTTP transfer will help understand the message you are getting, and give you a better...
John E Clymer
stimey_mn
Offline Send Email
Aug 23, 2005
7:42 pm
6310
I see a reset on line 1862 in my version. Try changing it to @reset. Looks like there is a problem with your xml somewhere, but this should escape that...
Miles Lott
milos
Online Now Send Email
Aug 23, 2005
11:52 pm
6311
Hi, I have implemented a webservice using xml-rpc and java. From the java side, I put element into a hashtable and then push them back to a client requesting a...
xuberance2000
Offline Send Email
Aug 25, 2005
5:11 pm
6312
On Thu, Aug 25, 2005 at 04:16:02PM -0000, xuberance2000 <xuberance2000@...> wrote ... I never did XML-RPC programming with Java but, in every language...
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Aug 26, 2005
8:19 am
6313
http://groups.yahoo.com/group/AJAX_2-0 - - - - - - - - - -- - - - - - - - - -- - - - - - - - - -- - - - - - - - - -- - - - - - - - - - From: "xuberance2000"...
Gurudatta Raut
infoligence_...
Offline Send Email
Aug 26, 2005
8:57 am
6314
Are there any public XML-RPC servers "out there" that require basic authentication so I can test basic authentication in my client DLL? Cheers, Phil Hewitt ...
mrphewitt
Offline Send Email
Aug 26, 2005
5:51 pm
6315
OK, 'unspecified' will make it into the new version of the phpxmlrpc lib. Thanks Gaetano...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Aug 29, 2005
8:56 am
6316
If you read the spec carefully (www.xmlrpc.com/spec, it'sonlt a couple of pages long), you will find out that the only HTTP access method that has to be...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Aug 29, 2005
9:01 am
Messages 6287 - 6316 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