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...
Show off your group to the world. Share a photo of your group with us.

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 752 - 781 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
766
It does now! I spotted my "little omission" straight after posting my earlier message. Doh! I logged back in here hoping to post a response before wasting...
vicburns2001
Offline Send Email
Oct 23, 2006
1:01 pm
767
... Since I saw there may be a new version released with some fixes soon, I thought I would dust off some unanswered questions (and add a few). ... I went...
Michael Neel
thorvainniall
Offline Send Email
Oct 23, 2006
2:06 pm
768
I need to access multiple XMLRPC servers (on different ports) on the same machine remotely. I'm using XmlRPC.NET as both client and server to perform 2 way ...
akhileshsp1
Offline Send Email
Oct 25, 2006
7:29 am
769
I've not tried it but does this line of code solve your problem if you add it before the code making requests? ServicePointManager.DefaultConnectionLimit = 10;...
charlescookuk
Offline Send Email
Oct 25, 2006
8:20 am
770
In your machine.config you can set the max connections: <connectionManagement> <add address="*" maxconnection="10"/> </connectionManagement> the address prop...
Michael Neel
thorvainniall
Offline Send Email
Oct 25, 2006
1:27 pm
771
I am interfacing to an XML-RPC provider with vb.net that gives different responses to success and failure. My plan was to use try and handling failures that...
shaunccurtis
Offline Send Email
Oct 25, 2006
2:27 pm
772
I ran into this myself (failure returned a simple struct, success returned an array of structs.) I believe it's non-standard behavior on the part of the...
Ivan Grozny
mt_headed99
Offline Send Email
Oct 27, 2006
6:28 pm
773
I'm using VB.NET to connect to an existing RPC server. I created a structure like this: Public Structure Classifications Public id As Integer Public code As...
Jody Farr
jodyfarr
Offline Send Email
Oct 30, 2006
7:08 pm
774
I'm trying to create MetaWeblog API's newMediaObject() method, whose primary purpose is to upload a file to a blogging server. During this call, I would like...
jackdun1
Offline Send Email
Nov 9, 2006
3:51 pm
775
I now have a lot of examples using xml-rpc working in c# using software from cookcomputing. I need to use methods from MetaWeblog api but all of my research,...
gdblakely
Offline Send Email
Nov 29, 2006
3:36 pm
776
Hi Gary, I haven't written anything up yet on how to, but I recently added this support for my blog - which is open source. The project is at ...
Michael Neel
thorvainniall
Offline Send Email
Nov 30, 2006
2:07 am
777
i wonder which source files i can safely delete to have a client only version of XmlRpc.NET lib? i'm considering possibility of embeding only necessary parts...
sirmadpenny
Offline Send Email
Dec 19, 2006
1:22 pm
778
Hello, i have a problem in writing code as i am new to this xml rpc concept. pls if anyone can help,i need the programs /examples on server and ...
Sagar Aggarwal
shaogn
Offline Send Email
Dec 21, 2006
7:17 am
779
There are a few server-only source files. They're fairly obvious from their names. Just remove files until your build breaks :-) I don't think it will make a...
charlescookuk
Offline Send Email
Dec 22, 2006
9:14 am
780
http://www.xml-rpc.net/faq/xmlrpcnetfaq.html...
charlescookuk
Offline Send Email
Dec 22, 2006
9:24 am
781
Hi, I am new to using XML-RPC.NET and would appreciate some help. XML-RPC server I am trying to communicate with requires that each request contains the...
crikva1
Offline Send Email
Dec 26, 2006
5:18 pm
Messages 752 - 781 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