Search the web
Sign In
New User? Sign Up
XMLRPCNET · XML-RPC.NET
? 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 585 - 614 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
585
I've developed a client using XML-RPC.NET (works great). It retrieves an XML-RPC struct from a server and in an object provides access to certain elements of...
ferillis2003
Offline Send Email
Jan 16, 2006
8:16 pm
586
There is a bug in XmlRpcStruct. Rebuild the library with the following version of XmlRpcStruct.cs. I'll make available a test build later today. /* XML-RPC.NET...
charlescookuk
Offline Send Email
Jan 17, 2006
1:45 pm
587
Hi all, Right now when I need to send an empty array I set the property to an empty c# array (e.g. new Category[]{} ) and xml-rpc.net outputs the following: ...
countzero
Offline Send Email
Jan 18, 2006
1:24 am
588
Hi Alex - the alternatives you provide are all valid XML-RPC values and so could not possibly be used to represent an empty array or empty struct. In general I...
charlescookuk
Offline Send Email
Jan 18, 2006
8:39 am
589
Snapshot of current state of next release here: http://www.cookcomputing.com/test/xml-rpc.net.0.9.3.3.alpha.zip Includes fix for problem below. - Charles ... ...
charlescookuk
Offline Send Email
Jan 19, 2006
8:45 am
590
... This is working great now, thanks....
Adam Tauno Williams
ferillis2003
Offline Send Email
Jan 22, 2006
2:29 pm
591
Thanks Charles, the EE developer agreed to handle the different types of empty arrays on their end. So problem solved... ... library....
countzero
Offline Send Email
Jan 23, 2006
2:25 am
592
Hi Group, Does anyone know if the xml-rpc.net 0.9.2 supports SSL/https? I have searched the web and the mailing list, but the only answer I can find is this...
Esben Laursen
lists@...
Send Email
Jan 24, 2006
8:07 pm
593
One of the things the LiveJournal service allows you to do is to use dedicated servers which are less congested when you're a paying member. In order for your...
Mike Romero
ssurge95
Offline Send Email
Jan 24, 2006
9:56 pm
594
Hi :) Is there a way that I can view the xml request itself? I mean the xml that is sent when I call a proxy's method... Regards, Maciej...
Maciej Zieba
maciej_zieba
Offline Send Email
Jan 25, 2006
4:49 pm
595
... Please... This would be very helpful for debugging... Regards, Maciej...
Maciej Zieba
maciej_zieba
Offline Send Email
Jan 26, 2006
7:38 am
596
I tend to use Fiddler: www.fiddlertool.com There is also some sample code with logging in the XML-RPC.NET distribution. - Charles...
charlescookuk
Offline Send Email
Jan 26, 2006
8:18 am
597
Yes, if you need to provide a client certicate use the ClientCertificates property, otherwise, for example when connecting to the MSN Space XML-RPC API, the...
charlescookuk
Offline Send Email
Jan 26, 2006
8:34 am
598
... Thank you very much for your suggestion! :) It's been very helpful for me in finding what I did wrong (a very stupid mistake, really :D) Thanks again, ...
Maciej Zięba
maciej_zieba
Offline Send Email
Jan 26, 2006
9:52 pm
599
... Im just a novice, so Im not quite sure what you mean by the MSN space XML-RPC API. Is it possible to do a ssl communication without inporting a ssl...
Esben Laursen
lists@...
Send Email
Jan 27, 2006
3:32 pm
600
Hi again experts, Is there any way to get the header send/recieved from a xmlrpc? I know I can get the xml request/response, but I would also like to see the ...
Esben Laursen
lists@...
Send Email
Jan 27, 2006
8:14 pm
601
Hi Mike - you can't currently access the cookiecontainer on the underlying HttpWebRequest instance - I'll look into making that available. How do you get hold...
charlescookuk
Offline Send Email
Jan 30, 2006
8:08 am
602
When you make a call to LJ's login method (full details at http://www.livejournal.com/doc/server/ljp.csp.xml-rpc.login.html), it returns a value called...
Michael Romero
ssurge95
Offline Send Email
Jan 31, 2006
1:13 am
603
Hello all - I hope this isn't a completely foolish question, but I can't seem to work it out. I'm working with a an XML-RPC server that answers requests in...
mt_headed99
Offline Send Email
Feb 5, 2006
6:37 am
604
Hi all - Eureka! If anyone else has a similar problem (the server you are talking to returns different structures depending on the success or failure of your...
mt_headed99
Offline Send Email
Feb 5, 2006
6:37 am
605
Hello XmlRpc users, I've got a multi-thread application. I read in the FAQ that we have to create separate proxy for each concurents calls. But the...
Cyrille37
cyrille37@...
Send Email
Feb 5, 2006
5:59 pm
606
I'm new to XML-RPC. With a new project on horizon. I would like to start on the right foot. Any suggestions which IDE is prefered? I've been working with VS...
Manuel Gonzales III
mgonzales3
Offline Send Email
Feb 10, 2006
4:53 am
607
... I think you should use VS2005 and especially Framework 2.0. cyrille...
Cyrille37
cyrille37@...
Send Email
Feb 10, 2006
3:10 pm
608
Argument for 2005: more and more, when you Google for answers to your questions, the posts you read will be based on whatever is latest. Arguments for 2003: -...
mt_headed99
Offline Send Email
Feb 10, 2006
7:16 pm
609
It isn't elegant, but I use Ethereal http://www.ethereal.com. It is essentially a network analyzer, and you can trace/view the traffic between you machine and...
samiuela
Offline Send Email
Feb 18, 2006
6:47 am
610
I'm new to xmlrpc and I'm trying to implement xmlrpc.net using vb.net. I've downloaded the library and added the reference to my project. It compiles OK. The...
daveeaseman
Offline Send Email
Feb 24, 2006
12:21 pm
611
Hi all, I am not sure if anyone here can help me out or not but here is my issue. I am trying to communicate with the XML-RPC server implemented in Second...
Rob
rjsnell_
Offline Send Email
Feb 25, 2006
6:49 am
612
Rob, I think you may have overlooked something. You are calling a procedure that has three parameters - two strings and an int. You have stated this is not...
Stephen Sadowski
ronin793
Offline Send Email
Feb 25, 2006
3:34 pm
613
The only thing that comes to mind is that the default namespace in VB sometimes causes people problems but you seem to have covered that. Can you supply your...
charlescookuk
Offline Send Email
Feb 25, 2006
3:42 pm
614
... connecting to ... does all ... space ... He's just saying that MSN Spaces' new MetaweblogAPI, which works through SSL (https://) works just fine with a...
samiuela
Offline Send Email
Feb 27, 2006
1:44 am
Messages 585 - 614 of 1226   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