Hello, i am very new with xml rpc and i got the error Could not load type 'XmlRpcServer.wfDataServer39; from assembly 'XmlRpcServer39;. for a example application. ...
1220
Charles Cook
charlescookuk
Sep 18, 2009 2:37 pm
Could not load type '*XmlRpcServer.wfDataServer39;* from assembly 'XmlRpcServer39;. namespace *XmlRpcServer* { public class *wfDataExchange*: XmlRpcService ... On...
1221
freelancegermany
freelanceger...
Sep 19, 2009 5:21 pm
Ups ;) I must apologizw; seems I see to much code on this day...
1222
Duane
ddlakoduk
Sep 20, 2009 5:07 am
Charles, This was not my post, but I don't really follow the explanation, or the reason for the exception. What is the purpose of the asterisks (*)...
1223
Charles Cook
charlescookuk
Sep 21, 2009 7:00 am
Hi Duane: the class names were different (the '*' were how Yahoo handled bold formatting in the message I sent). ... [Non-text portions of this message have...
1224
t_groten
Oct 9, 2009 3:53 pm
Hi! I get this error occasionally where the client is sending an improper type (unfortunately I have no control over the client software). I am expecting an...
1225
Charles Cook
charlescookuk
Oct 12, 2009 11:45 am
Hi Tim: in this scenario you have to specify the type as Object and then check it at runtime to see if it is an array or string. ... [Non-text portions of this...
1226
t_groten
Oct 19, 2009 10:19 pm
hi Charles! Thanks. I am having Brain freeze here. If I specify a struct (event_struct) as the object that is to be mapped/loaded from the request and one of...
1227
icthi75
Dec 4, 2009 6:06 am
Part of the strucure of a PAGE in WordPress includes custom fields that can be retrieved through the XmlRpcMethod("wp.getPage") function. But i dont see a way...
1228
Eric Teutsch
erict2k
Dec 4, 2009 2:15 pm
I don't think this is expected behavior: The library sends an XML-RPC request (which does a POST) to some URL. The server, for whatever reason, responds with...
1229
charlescookuk
Dec 6, 2009 3:25 pm
The MSDN page on the HttpStatusCode enumeration: http://msdn.microsoft.com/en-us/library/system.net.httpstatuscode.aspx says this about 302: "Equivalent to...
1230
Eric Teutsch
erict2k
Dec 6, 2009 3:50 pm
Hi Charles, Thank you very much for doing the research on post/redirect/get - which I should have done before calling on you for help. I understand now why a ...
1231
Eric Teutsch
erict2k
Dec 7, 2009 2:21 pm
Hi again, I've now ported my app to the live site which uses IIS7. When the ASP.NET application tries to talk to the remote server, I get the following...
1232
donbonifacio
Dec 15, 2009 2:33 pm
Hello, I'm using an API that needs an auth token. Basically the endpoint is something like: http://api.com/?auth=token And token is MD5(requestXml + secret). ...
1233
Charles Cook
charlescookuk
Dec 16, 2009 10:24 pm
You could use XmlRpcSerializer to generate the request XML in advance so you can generate a token but there is no documentation or any examples of how to do...
1234
mrspreadsheet
Dec 19, 2009 2:44 pm
Anyone succeeded in making the Cook library work in VBA? I tried the .tlb approach but would like to see a working sample....
1235
gaddonimatteo
Dec 28, 2009 11:42 am
hi all I'm happily using Cookcomputing XmlRcp library in different projects. Now I'm facing a new performance issue using a big data structure, and I'm asking...
1236
Charles Cook
charlescookuk
Dec 29, 2009 10:55 am
Does the problem occur in a regular .NET client, i.e. not Compact Framework? What is the definition of the return type you're using? ... [Non-text portions of...
1237
Gaddoz
gaddonimatteo
Dec 29, 2009 10:59 am
Hi Charles, thank you for your reply. The problem is occurring on windows CE, using compact framework. Data types are string and some int. Thanks in advance...
1238
Gaddoz
gaddonimatteo
Jan 5, 2010 11:18 am
Any idea guys? Thanks in advance...
1239
ratfink88@...
ratfink88...
Jan 5, 2010 7:16 pm
Hey, I've stumbled (quite painfully) across a bug (or at least a major debugging inconvenience) in XML-RPC.NET. An IndexOutOfRangeException is thrown...
1240
charlescookuk
Jan 6, 2010 8:28 pm
Thanks for reporting this. I've added a bug report....
1241
vreboton@...
vreboton...
Jan 7, 2010 6:14 am
Is it possible for you to share your python code? Thanks...
1242
un11imig
Feb 2, 2010 12:58 pm
Hi, You must use XmlRpcStruct to receive the information from the "drupal.UserLogin(Session_id, username, password)" method. Did you successfully save...
1243
un11imig
Feb 2, 2010 12:59 pm
Hi, I'm using Drupal with Services. I'm trying to connect the database with a client written with C# using XML-RPC.NET. All works fine, I can get and save...
1244
Adam Tauno Williams
ferillis2003
Feb 2, 2010 3:32 pm
... That really seems like a Drupal API question....
1245
fskhan003
Feb 18, 2010 10:49 pm
Hi, I downloaded the latest version of XML-RPC.NET, but I can not find the dll listed above and hence can't add reference to this file in VS 2008. I am using...
1246
Charles Cook
charlescookuk
Feb 20, 2010 3:47 pm
See group home page for possible explanation of this. ... [Non-text portions of this message have been removed]...
1247
fskhan003
Feb 22, 2010 3:35 pm
Thank you, for pointing this. I see the bin dir now. -Freeha...
1248
Eric Teutsch
erict2k
Feb 22, 2010 4:54 pm
Hi all! I have to call a remote method which expects two structures as arguments. The server wants the two structures named in the XML. If anybody has any...