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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1196 - 1226 of 1226   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date v
1226
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...
t_groten
Offline Send Email
Oct 19, 2009
10:19 pm
1225
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...
Charles Cook
charlescookuk
Offline Send Email
Oct 12, 2009
11:45 am
1224
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...
t_groten
Offline Send Email
Oct 9, 2009
3:53 pm
1223
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...
Charles Cook
charlescookuk
Offline Send Email
Sep 21, 2009
7:00 am
1222
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 (*)...
Duane
ddlakoduk
Offline Send Email
Sep 20, 2009
5:07 am
1221
Ups ;) I must apologizw; seems I see to much code on this day...
freelancegermany
freelanceger...
Offline Send Email
Sep 19, 2009
5:21 pm
1220
Could not load type '*XmlRpcServer.wfDataServer'* from assembly 'XmlRpcServer'. namespace *XmlRpcServer* { public class *wfDataExchange*: XmlRpcService ... On...
Charles Cook
charlescookuk
Offline Send Email
Sep 18, 2009
2:37 pm
1219
Hello, i am very new with xml rpc and i got the error Could not load type 'XmlRpcServer.wfDataServer' from assembly 'XmlRpcServer'. for a example application. ...
freelancegermany
freelanceger...
Offline Send Email
Sep 18, 2009
2:28 pm
1218
Hi Deepali: there is a mismatch between what the client expects and what the server returns. This could be because when there is a error, for example login...
Charles Cook
charlescookuk
Offline Send Email
Sep 16, 2009
7:10 am
1217
Thanks for your reply Charles, I got this working last night. I changed the struct: public struct VideoStruct { public byte[] file; public string title; ...
ddlakoduk
Offline Send Email
Sep 15, 2009
12:03 pm
1216
Hi Duane: XML-RPC.NET maps the XML-RPC type base64 onto an array of Byte: http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#1.12 ... [Non-text portions of this...
Charles Cook
charlescookuk
Offline Send Email
Sep 15, 2009
11:23 am
1215
I am a newbie at xml-rpc.net and having some difficulty creating a method call that requires a string parameter and a struct parameter with a base64, and 2...
ddlakoduk
Offline Send Email
Sep 14, 2009
5:36 am
1214
Hi i have downloaded the DrupalXmlRpc.NET. framwok from sourceforge.net and tried running the same example. i just changed the wensite address to my drupal...
deepali_tatkar27
deepali_tatk...
Offline Send Email
Sep 11, 2009
2:51 pm
1213
Thanks again Charles! I made the modification as directed and it got me passed that and on to the next issue ( a non-standard dateTime format ). Aighh. Anyway,...
Tim Grotenhuis :: Hui...
t_groten
Offline Send Email
Sep 9, 2009
8:21 pm
1212
Complain to the people who wrote the client code? :-) You could modify this code in DeserializeRequest: XmlNode valueNode = SelectSingleNode(paramNode,...
Charles Cook
charlescookuk
Offline Send Email
Sep 9, 2009
4:12 pm
1211
It looks like the Request does not follow the XML-RPC spec. A couple of the The <param> tags do not contain a <value> tag. Is there something I can do to work...
t_groten
Offline Send Email
Sep 8, 2009
8:58 pm
1210
Hi Charles! I turned off my logging code and sure enough that error went away to be replaced with perhaps a more meaningful one (below). Is this being thrown...
t_groten
Offline Send Email
Sep 8, 2009
7:16 pm
1209
I sent the files to you gmail account. thx, tim...
t_groten
Offline Send Email
Sep 4, 2009
7:19 pm
1208
Ok. Give me about 10 minutes. Thanks again! tim...
t_groten
Offline Send Email
Sep 4, 2009
5:31 pm
1207
Sorry, what I suggested is for a client proxy only. It is not supported on the server. You will have to write some code to dump the request stream in...
charlescookuk
Offline Send Email
Sep 4, 2009
5:28 pm
1206
Hi Charles! Do you mean use the XmlRpcLogger to output the mentioned to xml files? If so, at what point (where) do I attach the tracer? I've successfully used...
t_groten
Offline Send Email
Sep 4, 2009
4:41 pm
1205
Hi Tim: can you send me the contents of the request stream as described here (i.e. as a binary file and not a string): ...
charlescookuk
Offline Send Email
Sep 4, 2009
4:23 pm
1204
Hi! First, I'm a big fan of the XMLRPC Library! Awesome code. I am working on a web handler (ashx) as an event listener. The events are being sent as a Request...
t_groten
Offline Send Email
Sep 4, 2009
3:59 pm
1202
Done: http://code.google.com/p/xmlrpcnet/issues/detail?id=57...
mauricioscheffer
mauriciosche...
Offline Send Email
Aug 3, 2009
4:58 pm
1201
Please input any enhancement requests here: http://code.google.com/p/xmlrpcnet/issues/list...
charlescookuk
Offline Send Email
Aug 3, 2009
8:44 am
1200
Hi Wayne: XmlRpcStruct derives from Hashtable and so the ordering of the entries in the collection depends on the hash value of each entry. The XML-RPC spec...
charlescookuk
Offline Send Email
Aug 3, 2009
8:42 am
1199
Hi, I have a simple method that returns the result set of whatever sql query I send as a parameter. Let's say I have one like this: select col1, col2, col3,...
Wayne Freeman
waynef95003
Online Now Send Email
Aug 3, 2009
4:55 am
1198
I've checked in support for <i8>, with unit tests, on the 2.4 branch in preparation for a 2.5 release. You can checkout and build the code from here: ...
Charles Cook
charlescookuk
Offline Send Email
Jul 30, 2009
12:54 pm
1197
I'm getting a: XmlRpcInvalidXmlRpcException: response contains struct member aImage with missing value [response : struct mapped to type XmlRpcStruct] when...
mauricioscheffer
mauriciosche...
Offline Send Email
Jul 29, 2009
4:06 pm
1196
I realize that the XML-RPC spec does NOT define support for 64-bit integers (at least based on my Google/Bing searches for the past hour or so), but I did see...
warrick_wilson
Offline Send Email
Jul 29, 2009
5:22 am
Messages 1196 - 1226 of 1226   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help