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 your group to be featured on the Yahoo! Groups website? 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 327 - 356 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
327
I get this error message when I've invoked a message retrieving some data. Additional information: response contains empty int value [response : array mapped...
sabas_gonzales
Offline Send Email
Feb 6, 2005
10:38 am
328
I think you can ignore the error by adding this attribute to the struct element: [XmlRpcMissingMapping(MappingAction.Ignore)] However, my preference will be to...
alexhung@...
countzero
Offline Send Email
Feb 6, 2005
5:04 pm
329
I had already come across that solution before and I think it only applies when you're sending something to the server. I've added it to the individual element...
sabas_gonzales
Offline Send Email
Feb 7, 2005
3:11 am
330
I've been going through the code and is there a safe way to default a null node value for int's (in the ParseInt method)? I'm afraid to go mucking around in...
sabas_gonzales
Offline Send Email
Feb 7, 2005
8:04 am
331
I think the error here is that the server is returning an int value element without a child containing the value, e.g. <int />, presumably in attempt to...
charlescookuk
Offline Send Email
Feb 7, 2005
8:26 am
332
In ParseInt, instead of throwing an exception when the following condition is true, set retVal to zero. if (valueNode == null) ... retrieving some ... in the ...
charlescookuk
Offline Send Email
Feb 7, 2005
8:29 am
333
I get this error message when I've invoked a method in a we service: An unhandled exception of type 'CookComputing.XmlRpc.XmlRpcServerException' occurred in ...
labrego2000
Offline Send Email
Feb 8, 2005
8:07 am
334
Hi, I am a newbie in asp.net and xml rpc. I have been reading about xml rpc on internet and I am really confused with all the infomation out there, so your...
neelamchakrabarty
neelamchakra...
Offline Send Email
Feb 18, 2005
1:51 pm
335
Hi Charles, I did a little testing of the CF library back in October. I'm now starting to implement in earnest. I'd be interested in having access to the...
a2001smith
Offline Send Email
Feb 18, 2005
9:10 pm
336
Hi, I get the following error when I try to invoke 'CreateUser' method StackTrace: " at CookComputing.XmlRpc.XmlRpcSerializer.Serialize(XmlTextWriter xtw, ...
neelamchakrabarty
neelamchakra...
Offline Send Email
Feb 20, 2005
8:50 am
337
I am trying to use TCPTrace for debugging xml-rpc calls in asp.net, but the trace shows nothing. I tried both in debug mode from vs.net as well as executing...
neelamchakrabarty
neelamchakra...
Offline Send Email
Feb 20, 2005
8:55 am
338
Hi, I am a newbie in asp.net and xml rpc. I have been reading about xml rpc on internet and I am really confused with all the infomation out there, so your...
Neelam Chakrabarty
neelamchakra...
Offline Send Email
Feb 21, 2005
8:16 am
339
The "listen on port #" setting is the port that you want TCPTrace to listen on and which you point your client at. The "destination port #" setting is the port...
charlescookuk
Offline Send Email
Feb 21, 2005
8:20 am
340
I'm working on adding the CF build to the distribution right now so it will be available in the next day or two. - Charles...
charlescookuk
Offline Send Email
Feb 21, 2005
8:23 am
341
Sounds great, thanks! Andrew ... so it...
a2001smith
Offline Send Email
Feb 22, 2005
8:52 am
342
Nearly there. Had to make changes to the unit tests and build scripts because of moving to more recent versions of NUnit and NAnt. I may be able to get the...
charlescookuk
Offline Send Email
Feb 22, 2005
8:56 am
343
Hi all - Does anyone have any examples of using XmlRpcProxyGen to generate proxy classes from managed C++? I tried to generate a proxy for a simple interface...
Ben
ufob_ceo
Offline Send Email
Feb 25, 2005
6:17 am
344
Hi Ben - the new release (I'm currently updating the website pages) has better error handling here and indicates that InParams cannot be mapped to an XmlRpc...
charlescookuk
Offline Send Email
Feb 25, 2005
7:12 am
345
I have find a dll to exploit the xml-RPC (CookComputing). I made tests and successed(request for a ping, etc...). But, my problem is when I want to go to a...
billou_13
Offline Send Email
Feb 25, 2005
7:28 am
346
Hi Larz - its less likely to be this code causing a problem than the configuration of IIS. The relevant code when handling the response on the client side is: ...
charlescookuk
Offline Send Email
Feb 25, 2005
7:28 am
347
Version 0.9.1 is now available at www.xml-rpc.net: http://www.xml-rpc.net/release/xml-rpc.net.0.9.1.zip Key features: * Distribution includes version of...
charlescookuk
Offline Send Email
Feb 28, 2005
7:17 am
348
Hi Charles, May I ask what is the progress of making the raw data available? We discussed this feature awhile back and I am hoping I can make use of it soon in...
alexhung@...
countzero
Offline Send Email
Mar 7, 2005
12:45 pm
349
Thanks for reminding me Alex. As discussed before, how about this: Two events on the XmlRpcClientProtocol class: Request and Response. These will make...
charlescookuk
Offline Send Email
Mar 7, 2005
9:51 pm
350
Charles, I must have missed that discussion thread :) Events sound good. Will they be async or will that be my responsiblity? I am don't problem with either,...
alexhung@...
countzero
Offline Send Email
Mar 8, 2005
12:25 am
351
Does anyone have an example on how to use this in VB.NET?...
lego614
Offline Send Email
Mar 8, 2005
6:20 am
352
... http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#2.13...
charlescookuk
Offline Send Email
Mar 8, 2005
6:28 am
353
Not sure what you mean by asynchronous events, but then I've not done much with events. As I see it the client will subscribe to the events on the XmlRpcClient...
charlescookuk
Offline Send Email
Mar 8, 2005
5:09 pm
354
Hi, To implement services in VB.NET http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#3.10 However,is it Automatic Documentation is not supported in VB.NET, as...
@le XP
alexpee_my
Online Now Send Email
Mar 10, 2005
7:24 am
355
Charles, When can we expect an update with these events added? An ETA will be good, but if you can't give one that's ok. I just want to have an idea so I can...
alexhung@...
countzero
Offline Send Email
Mar 22, 2005
4:43 am
356
Hi Alex - I was thinking of getting the next release out sometime over the Easter break, i.e. within the next week. I've implemented the proposed events on the...
charlescookuk
Offline Send Email
Mar 22, 2005
1:18 pm
Messages 327 - 356 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