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 318 - 347 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
318
I am writing a client for an xml-rpc server that occasionally exhibits a bug where it duplicate a key/value pair in the response. Since the assembly...
ferillis2003
Offline Send Email
Jan 7, 2005
4:48 pm
319
From the FAQ "Classes derived from XmlRpcClientProtocol inherit a Credentials property. This is used where the XML-RPC server authenticates the caller. The...
charlescookuk
Offline Send Email
Jan 9, 2005
10:16 am
320
The library could be extended in this way. I've not got any plans to do this right now. - Charles...
charlescookuk
Offline Send Email
Jan 9, 2005
10:54 am
321
Although the XML-RPC spec does not state that member names in structs are unique, I think it is generally assumed that this is the intention. It would not be...
charlescookuk
Offline Send Email
Jan 9, 2005
11:00 am
322
... Excellent, thanks. Sure enough a one line tweak works around the problem. mappingAction); parseStack.Pop(); } +++ if (!(retObj as...
Adam Tauno Williams
ferillis2003
Offline Send Email
Jan 13, 2005
3:42 am
323
Hi Everyone Does XML-RPC.Net support cookies? I realize this is really up to the underlying HTTP implementation. XmlRpcClientProtocol extends WebClientProtocol...
Sarel Botha
sjbotha7
Offline Send Email
Jan 13, 2005
7:17 am
324
I use XMLRPC.Net to talk to a Tomcat web application hosted in JBoss. In order to ensure that my XMLRPC.Net connection uses the same session, I have to set the...
Kevin Gilpin
kgilpin
Offline Send Email
Jan 13, 2005
3:41 pm
325
... Hi, I'd like to test the CF code, riddled out the problems yet? /Fredrik...
Fredrik Nordgren
fno
Offline Send Email
Jan 21, 2005
5:38 pm
326
I've uploaded a test version of the Compact Framework version of XML- RPC.NET to: http://www.cookcomputing.com/test/XmlRpcLib.zip This contains client code...
charlescookuk
Offline Send Email
Jan 22, 2005
4:43 pm
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
Messages 318 - 347 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