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 to share photos of your group with the world? 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 1092 - 1121 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1102
(1) Determine the type of each array member and cast appropriately? (2) No idea. ... [Non-text portions of this message have been removed]...
Charles Cook
charlescookuk
Offline Send Email
Jan 8, 2009
3:27 pm
1103
Use of https url instead of http url should just work (unless you need to do something with certificates - see earlier posts here). From your post its not...
Charles Cook
charlescookuk
Offline Send Email
Jan 8, 2009
3:32 pm
1104
... If the result is a single or not is pretty straight forward if (result is Array) foreach(XmlRpcStruct struct in result) Process(struct); else...
Adam Tauno Williams
ferillis2003
Offline Send Email
Jan 8, 2009
3:44 pm
1105
Hey. could you please check the object on the screen shot attached ? ... [Non-text portions of this message have been removed]...
Amr Ellafi
que0x
Offline Send Email
Jan 8, 2009
3:49 pm
1106
Adam, thanks for your response, could you please have a look on the screenshot a let me know if this approach will work ? On Thu, Jan 8, 2009 at 5:42 PM, Adam...
Amr Ellafi
que0x
Offline Send Email
Jan 8, 2009
5:13 pm
1107
... Nothing is attached to the message. :( Perhaps the forum eats it. If it is code use Pastebin.com and just paste the link into your message....
Adam Tauno Williams
ferillis2003
Offline Send Email
Jan 8, 2009
6:44 pm
1108
Hi I'm trying to get datas from a PHP-Webservice into an xmlrpcstruct and get all the time a nullreferenceexception. My code ist like below... The interface...
gruberroland64
Offline Send Email
Jan 8, 2009
9:18 pm
1109
Hi Roland: it would be useful to see what the response XML contains....
charlescookuk
Offline Send Email
Jan 8, 2009
9:22 pm
1110
Hi Charles Thanks for your fast reply. Here is the xml response... <?xml version="1.0" encoding="UTF-8"?> ...
gruberroland64
Offline Send Email
Jan 8, 2009
9:56 pm
1111
Hi Roland: it's a reported issue: http://code.google.com/p/xmlrpcnet/issues/detail?id=37 The response contains a <nil/> element which is non-standard XML-RPC...
Charles Cook
charlescookuk
Offline Send Email
Jan 9, 2009
1:15 pm
1112
I am a new user of XML-RPC.NET and I have trouble integrating with xml-rpx.net BOOKING.COM. I require an example in ASP.NET (C #). I'm coding: using System; ...
cakicari
Offline Send Email
Jan 11, 2009
5:39 am
1113
Ok, i have resolved it. But i need know how to fill a gridview with the response of the method. object[] response = getHotels(structure); response is an object...
cakicari
Offline Send Email
Jan 12, 2009
10:25 am
1114
Hi, I'm using XML-RPC.net (code is in c#) to access the API of the e- commerce engine Magento. I'm having trouble with data types when it comes to defining...
magflow53
Offline Send Email
Jan 13, 2009
10:24 am
1115
... Yep, "bar" is an XmlRpcStruct, not a string. ToString() on XmlRpcStruct returns "CookComputing.XmlRpc.XmlRpcStruct". Do a  object[] childList =...
Adam Tauno Williams
ferillis2003
Offline Send Email
Jan 13, 2009
3:13 pm
1116
Hi, i need know how to fill a gridview with the response of the method. object[] response = getHotels(structure); response is an object type that i want to use...
cakicari
Offline Send Email
Jan 13, 2009
3:48 pm
1117
... Hi Adam, Thank you so much for your reply. I ran your example but I got the ... Error 1: 'object' does not contain a definition for 'Keys' and no extension...
magflow53
Offline Send Email
Jan 13, 2009
4:10 pm
1118
... Yep, that makes sense.  Try: object[] childList = (object[])cats["children"]; foreach (object bar in childList) foreach(object key in (bar as...
Adam Tauno Williams
ferillis2003
Offline Send Email
Jan 13, 2009
4:41 pm
1119
... This is pretty odd but when I try the code above I get exactly the ... is_active:1 name:Root Catalog children:System.Object[] category_id:3 level:1 ...
magflow53
Offline Send Email
Jan 13, 2009
4:57 pm
1120
Thanks for your answer. creat a new class & map everything 2 de new class instance. Can i convert the object response to a DataSet or DataTable for to fill...
cakicari
Offline Send Email
Jan 14, 2009
1:17 pm
1121
... I don't know if this is an additional question or an end-of-thread. Top posting and not trimming responses make your messages hard to follow....
Adam Tauno Williams
ferillis2003
Offline Send Email
Jan 14, 2009
1:59 pm
Messages 1092 - 1121 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