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...
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 733 - 765 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
733
Is there a how-to anywhere about using the xml-rpc client library over an ssl connection? Any pointers would be appreciated. I ran across an old post on this...
netinlet
Offline Send Email
Aug 2, 2006
6:29 am
734
Version 2.0.0 is up at http://www.xml-rpc.net/ The main change is the addition of a .NET 2.0 build to allow use of 2.0 features such as generics and nullable...
charlescookuk
Offline Send Email
Aug 2, 2006
7:33 am
737
Version 2.1.0 is up at http://www.xml-rpc.net/ New features and changes: * Add support for proxy interfaces with overloaded methods. * Add support for the...
charlescookuk
Offline Send Email
Aug 13, 2006
12:55 pm
739
Hi guys, I'm using XML-RPC.NET in a project I'm currently working on and I must say I love it since the first moment: intuitive design, decent documentation,...
thatiminator
Offline Send Email
Aug 15, 2006
6:40 am
740
@Moderator: My last message no longer applies. Turned out it didn't have to do with XML-RPC.NET at all. My apologies. Tim...
thatiminator
Offline Send Email
Aug 15, 2006
6:47 am
741
Anyone have some samples on how to use the MetaWeblog or MoveableType API's with XML-RPC.Net? I think the MT api's are the better approach for Wordpress....
edburdo
Offline Send Email
Aug 16, 2006
6:37 am
742
when I use the hello client to connect hello server which provided in the new release, the connection is still alive. Thought I set the proxy's property...
acelen_ni
Offline Send Email
Aug 18, 2006
2:22 am
743
Hi, I'm working on an application that makes asynchronous method calls (I based this code on AsychBetty sample app). The application works fine however, can...
lorns_gandia
Offline Send Email
Aug 22, 2006
7:36 am
744
Hi Lorns - the call to EndLogUser in the callback method should throw an exception in the connection fails. - Charles ... [Non-text portions of this message...
Charles Cook
charlescookuk
Offline Send Email
Aug 23, 2006
7:32 am
745
Thanks, I would try to add the call to error handler on the callback method. However, while testing this application I have again encountered an error. To give...
Ma. Leonora Gandia
lorns_gandia
Offline Send Email
Aug 24, 2006
1:29 am
746
Hi, Just would like to ask if it is really necessary to declare the callback method as static method instead of an instance method? I am not sure if this could...
lorns_gandia
Offline Send Email
Sep 1, 2006
2:23 am
747
Hi Lorns - the AsyncCallback delegate can be constructed using either a static or instance method. - Charles...
charlescookuk
Offline Send Email
Sep 1, 2006
6:54 am
748
Hi, I am just getting started with XML RPC. I have a XML RPC server that is documented. The documentation has an example in Java. I read the XML-RPC.NET FAQ...
Philip Wagenaar
philipwagenaar
Offline Send Email
Sep 8, 2006
8:54 pm
749
I try to interface the Oodle Api using the xmlrpc.net. I do not know to set the member name in the XmlRpcMember for an xml array. This is working (the Oodle...
t_saether
Offline Send Email
Sep 13, 2006
9:49 am
750
Hi Charles, For some reason I'm encountering this issue with the 1.1 assembly as well as the 2.0 assembly. I downloaded the latest project from the site to...
janendoor
Offline Send Email
Sep 22, 2006
8:30 am
751
I am attempting to implement the MetaWeblog API to support Windows Live Writer on an application. I haven't found any decent resources on implementing this...
Michael Neel
thorvainniall
Offline Send Email
Sep 29, 2006
8:12 am
752
Hi, The Meta Weblog API states that getCategories() must return a struct which contains a sub-struct for each category. The following piece of codes which I...
dotnetjunky
Offline Send Email
Oct 1, 2006
10:25 am
753
Hello everyone ! :) I am new to XMLRPC , and can't do everything by myself in C++. (I did almost everything in C# - there it is so easy .. ). Can you tell me...
yosif_slavov
Offline Send Email
Oct 1, 2006
10:30 am
754
We're trying to write a new client to communicate in VB.NET with an existing server that came with a system we purchased. When we try it out, we get a...
Jody Farr
jodyfarr
Offline Send Email
Oct 17, 2006
4:02 pm
755
Never mind, folks. I used the Headers collection to add the Authorization item and that fixed it. ... it ... ("user", "password")...
Jody Farr
jodyfarr
Offline Send Email
Oct 19, 2006
1:42 pm
756
I've noticed the list doesn't see any replies anymore - is there another group (or XML-RPC library) with active support?...
Michael Neel
thorvainniall
Offline Send Email
Oct 20, 2006
3:48 pm
757
I'm embarrassed to say that I only had one project (so far) that needed XML-RPC; I asked my questions, everybody was helpful, and I'm pretty much done for the...
Ivan Grozny
mt_headed99
Offline Send Email
Oct 20, 2006
8:32 pm
758
Hi Jody: I don't understand what is going wrong on your system. I just tested setting the Credentials property of a proxy and I see the expected behavior: the...
charlescookuk
Offline Send Email
Oct 22, 2006
1:35 pm
759
[This was mistakenly posted to the wrong group - http://tech.groups.yahoo.com/group/xml-rpc/message/6575 - so I'm reposting it here] I'm trying to test some C#...
nattelshay
Offline Send Email
Oct 22, 2006
1:42 pm
760
Hmmm...in my case, that authenticate header didn't appear. Using TCPTRACE, I was able to watch the transaction between my test code and the server, as well as...
Jody Farr
jodyfarr
Offline Send Email
Oct 22, 2006
2:54 pm
761
You refer to lines 148 and 159, but I don't see any source. Am I missing something? (Or did you just give those numbers to make the point that the exception...
Ivan Grozny
mt_headed99
Offline Send Email
Oct 22, 2006
5:09 pm
762
Hi, I'm trying to add network credentials to a proxy and it keeps telling "Credentials" is not a member of "StudioRpc" Here is the code for the creation of the...
vicburns2001
Offline Send Email
Oct 23, 2006
12:38 pm
763
Thanks for having a look at it. As I mentioned, the code that I was referring to is in XmlRpcClientProtocol.cs . I'm enclosing an isolated small source that...
nattelshay
Offline Send Email
Oct 23, 2006
12:42 pm
764
Thanks for pointing this out Efri. I'll release an update shortly with fixes for this and a couple of other minor issues. ... level....
charlescookuk
Offline Send Email
Oct 23, 2006
12:42 pm
765
Does the StudioRpc type derive from IXmlRpcClientProtocol?...
charlescookuk
Offline Send Email
Oct 23, 2006
12:43 pm
Messages 733 - 765 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