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 1057 - 1086 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1057
namespace OpenDHTLib { [XmlRpcUrl("planetlab4.cs.duke.edu")] public interface IOpenDHT { [XmlRpcMethod("put")] int Put(byte[] key, byte[] data, int ttl, string...
shinobigoh
Offline Send Email
Jul 1, 2008
8:27 am
1058
The dlls aren't in the latest zip. How do i compile without Visual Studio?...
Digital Enigma
digeratess
Offline Send Email
Jul 14, 2008
7:52 am
1059
If you use the built-in compressed folders feature of Windows Explorer in Windows XP to extract files from the distribution, you may find that the contents of...
charlescookuk
Offline Send Email
Jul 14, 2008
7:58 am
1060
Hello to all. I am new to XML-RPC and am trying to create a .NET client to work with self hosted Wordpress weblogs using the xmlrpc.php server. I am happy with...
pearce_w_j
Offline Send Email
Jul 16, 2008
10:34 am
1061
http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#2.3...
charlescookuk
Offline Send Email
Jul 16, 2008
10:36 am
1062
Thank you so much, and with apologies for missing that in the FAQ. I think my unfamiliarity with the concepts and terminology meant that I failed to spot...
pearce_w_j
Offline Send Email
Jul 16, 2008
11:39 am
1063
Hi, I am trying to access a parameter-less method via XMLRPC.net and i have set UseEmptyParamsTag to false. Still I get an error saying that 'couldn't find...
brian.demoore
Offline Send Email
Jul 22, 2008
10:47 am
1064
Hi, I am trying to access a parameter-less method via XMLRPC.net and I have set UseEmptyParamsTag to false. Still I get an error saying that 'couldn't find...
Brian Demoore
brian.demoore
Offline Send Email
Jul 23, 2008
7:02 am
1065
Hi Brian: I just checked and setting UseEmptyParamsTags to false works as expected. You could check that the XML-RPC request is as you expect by using one of...
charlescookuk
Offline Send Email
Jul 23, 2008
7:50 am
1066
Hi Charles, Thanks for the reply. Setting up the parameter didn't work for me. However, I noticed that the UseEmptyParamsTag is not set in...
Brian Demoore
brian.demoore
Offline Send Email
Jul 23, 2008
9:27 am
1067
Hi, Is there a way I can send a C# dictionary object using XMLRPC.NET. My requirement is to send a List like <string , int>. janandith. [Non-text portions of...
Janandith Jayawardena
janandith
Offline Send Email
Jul 23, 2008
10:27 am
1068
Hi, The XML-RPC server I talk with is in python. It needs a tuple as input. How can I send it using C# and XML-RPC.NET janandith [Non-text portions of this...
Janandith Jayawardena
janandith
Offline Send Email
Jul 23, 2008
6:01 pm
1069
Hi Janandith: a tuple is an immutable list so I suppose an array is what you need. ... input. How can I send it using C# and XML-RPC.NET...
charlescookuk
Offline Send Email
Jul 24, 2008
7:51 am
1070
Hi Janandith: use XmlRpcStruct which is derived from HashTable....
charlescookuk
Offline Send Email
Jul 24, 2008
7:53 am
1071
I'm new to XMLRPC. Trying to figure out how to convert an XMLRPC call written in Java to call the same service from .NET app using XMLRPCNET. Here is a...
e_j_graham
Offline Send Email
Jul 30, 2008
3:25 pm
1072
I'm accessing an XML-RPC service where one type (User) includes a property that may be one of a small set of known values. In C#, I'd do this as an enum, but...
Owen Blacker
owenblacker
Offline Send Email
Aug 4, 2008
5:39 pm
1073
Erm, anyone? ... up ... something...
Owen Blacker
owenblacker
Offline Send Email
Aug 8, 2008
12:40 pm
1074
I take it this group is dormant, then. Ten days with no answer to a relatively simple question makes me think this project is no longer supported and, as I am...
Owen Blacker
owenblacker
Offline Send Email
Aug 14, 2008
11:44 am
1075
Hi Owen: the FAQ has no mention of what you are trying to do so in that case it is safe to assume it is not supported (as is the case). And this is an open...
Charles Cook
charlescookuk
Offline Send Email
Aug 14, 2008
12:16 pm
1076
Hi Charles, Thanks. I used an array of two object arrays it works. ex: object[,] obj = new object[1,1]; object[] oArray = new object[SIZE]; oArray[i] = obj; ...
Janandith Jayawardena
janandith
Offline Send Email
Aug 26, 2008
10:05 am
1077
Hi all, I discovered that I cannot extend XmlRpcType. It's not a problem with the XmlRpcType class itself, but with the XmlRpcService class that identifies the...
Javier Gonel
elgraffic
Offline Send Email
Oct 18, 2008
2:35 pm
1078
Hi again, I checked the problem more thoroughly and I found that IsAssignableFrom also matches 'interfaces'. This can miss identify other data types. Therefore...
Javier Gonel
elgraffic
Offline Send Email
Oct 20, 2008
5:52 am
1079
Hi all, I'm new to xml-rpc architecture and to xmlrpcnet. I'm playing with last.fm web service api. I succesfully managed to send a request, but responses are...
Carlo
draka80
Offline Send Email
Oct 26, 2008
11:52 pm
1080
... This looks like a good XML-RPC response. ... See the FAQ. Define a proxy interface for the API and it will all be done automatically, it will be just...
Adam Tauno Williams
ferillis2003
Offline Send Email
Oct 27, 2008
1:05 am
1081
Hi guys, sorry for posting once again the same thing already discussed here about how to implement and configure the service in the web.config file. Still I...
Valeriy Shylin
valerashylin
Offline Send Email
Oct 27, 2008
2:44 pm
1082
Download dependency checker at: http://www.dependencywalker.com/ This will allow you to see what DLLs (paths) are expected and which are missing. This will...
zbeckerman
Offline Send Email
Oct 27, 2008
6:42 pm
1083
Thanks Zev for the advice. However, DependencyWalker does not seem to reveal any problem with expected dlls except of one missing function in MPR.DLL, but I...
Valeriy Shylin
valerashylin
Offline Send Email
Oct 27, 2008
7:46 pm
1084
thank you very much for replying. I know how to build a proxy interface. I'll try to explain the problem better: this is the response from last.fm: <?xml...
Carlo
draka80
Offline Send Email
Oct 27, 2008
9:08 pm
1085
If you plan to deploy a .NET application to a machine that did not install .NET, you MUST install the .NET redistributables ...
Zev Beckerman
zbeckerman
Offline Send Email
Oct 28, 2008
3:29 am
1086
I'm using a virtual machine with Windows 2003 Server Enterprise edition. All the recent updates (including .NET Framework Version 2.0) are installed. I checked...
Valeriy Shylin
valerashylin
Offline Send Email
Oct 28, 2008
7:05 am
Messages 1057 - 1086 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