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 1072 - 1101 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1087
OK, I managed to make the service work. However, by now it should be located in the root directory (any indication of the relative path to the assembly in...
Valeriy Shylin
valerashylin
Offline Send Email
Oct 29, 2008
9:59 am
1088
Hello, I'm seeing a strange error with a proxy that I've generated. The first time I make a call with the client proxy, it works fine. Once I make a second...
mdomarotsky
Offline Send Email
Oct 29, 2008
10:35 pm
1089
I just figured out what's causing this. The internet settings on my workstation are configured to go through a proxy even though this particular XML-RPC...
mdomarotsky
Offline Send Email
Oct 29, 2008
10:52 pm
1090
... I've just started playing around with XMLRPC and livejournal, and I'm using the following definition for the login command, which it appears to be working...
Simon Callan
simon_callanuk
Online Now Send Email
Nov 4, 2008
2:31 pm
1091
I'm trying to communicate between two hosts using XML-RPC.Net with C# as code-behind. I am able to share files between the two computers, so I know they are...
jerry.rasmussen
Offline Send Email
Nov 23, 2008
8:34 am
1092
I tried to compile the new version of src code but am getting a bunch of errors. Where can I get the latest CookComputing.XmlRpcV2.dll? Thanks, Srinivas...
nithya.paramananda
nithya.param...
Offline Send Email
Dec 17, 2008
10:36 am
1093
I wonder to kno if XMLRPCNet is compatible with Mono 1.9++ LD [Non-text portions of this message have been removed]...
Luis Daniel Lucio Qui...
Dieu0
Offline Send Email
Dec 27, 2008
2:29 am
1094
Hi Luis Daniel: I don't test the library with Mono but I know that a number of people are using it with Mono. I don't know which versions of Mono though. ... ...
Charles Cook
charlescookuk
Offline Send Email
Dec 27, 2008
8:58 am
1095
... Yes, absolutely. I have tons of C# code running on Mono using XMLRPC.Net....
Adam Tauno Williams
ferillis2003
Offline Send Email
Dec 27, 2008
3:41 pm
1096
Thanx Cand you give me an example? ... [Non-text portions of this message have been removed]...
Luis Daniel Lucio Qui...
Dieu0
Offline Send Email
Jan 2, 2009
7:00 pm
1097
... Er??? Not sure what you mean. Instance Consonance <http://code.google.com/p/consonance/> uses XML-RPC.NET to talk to <http://code.google.com/p/zogi/>...
Adam Tauno Williams
ferillis2003
Offline Send Email
Jan 2, 2009
7:08 pm
1098
It has been 6 years I have nt program a line. I wonder if there is any example of how to programa mono avec xmlrpcnet. I have experience with vb.net. Regards,...
Luis Daniel Lucio Qui...
Dieu0
Offline Send Email
Jan 2, 2009
10:09 pm
1099
What version of mono are you working with? ... [Non-text portions of this message have been removed]...
Luis Daniel Lucio Qui...
Dieu0
Offline Send Email
Jan 3, 2009
9:53 pm
1100
when I make an xmlrpc call over http everything works great, but not over https. It gives me errors like: Call XML not a proper XML-RPC call. Call is not valid...
nithya.paramananda
nithya.param...
Offline Send Email
Jan 7, 2009
1:31 am
1101
Hey, on calling a method i obviously get Object[], however how i can down cast it to a class or struct giving that some elements in the response are...
heo
que0x
Offline Send Email
Jan 7, 2009
5:44 am
Messages 1072 - 1101 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