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...
Show off your group to the world. Share a photo of your group with us.

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 376 - 407 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
376
Dear all, I would like to use this library in my .NET application, but I cannot find any example related to it under compact framework. I just discover from...
nlscheung
Offline Send Email
Apr 2, 2005
6:59 pm
377
Hi Nel - the Compact Framework build of XML-RPC.Net only supports clients. Also you have to code proxy classes manually because the CF does not support...
charlescookuk
Offline Send Email
Apr 4, 2005
5:57 am
378
Gregg Tavares has provided a fix for dateTime handling when the Japanese Wareki calendar is being used. Alex Hung has reported some problems with other XML-RPC...
charlescookuk
Offline Send Email
Apr 4, 2005
6:15 am
380
... effettivamente ... No, l'array è inizializzato bene , praticamente il server è scritto in c#, ed il client in Perl. L'invocazione non riesce, anche se...
gaedegg
Offline Send Email
Apr 4, 2005
11:31 am
381
I suggest to continue this discussion in english, in order to share more ideas with other programmers. Just to summarize the problem : you have developed a...
marioorlandi
Offline Send Email
Apr 4, 2005
1:47 pm
382
Hello, I'm currently using the xmlrpc.net library for communications with a server running an XMLRPC server utilizing Perl and Frontier. When I receive a...
Matthew Aguirre
maaguirr
Online Now Send Email
Apr 11, 2005
5:14 pm
383
Hi Matt - does the XML in the string returned from ReadToEnd contain an encoding and if so what is it? After calling ReadToEnd what is the value of the...
charlescookuk
Offline Send Email
Apr 11, 2005
5:22 pm
384
The xml string does not contain an encoding. Is this the problem which I should be tackling? The CurrentEncoding is System.Text.UTF8Encoding once the...
Matthew Aguirre
maaguirr
Online Now Send Email
Apr 12, 2005
4:41 pm
385
I missed the CF dll from the 0.9.1 distribution. I've uploaded a version to: http://www.cookcomputing.com/test/CookComputing.XmlRpc.CF.dll XmlRpcProxyGen...
charlescookuk
Offline Send Email
Apr 13, 2005
7:44 am
386
Hi Matt - If you could supply me with a copy of the response XML document it would be very helpful for investigating this. Perhaps the easiest way to do this...
charlescookuk
Offline Send Email
Apr 13, 2005
12:19 pm
387
If I may offer my 2 cents here :) I read on .net 24/7 that the CurrentEncoding property is broken, in the sense that it will always return UTF8Encoding...
countzero
Offline Send Email
Apr 14, 2005
12:00 am
388
Charles, Hmm. I set a breakpoint where you suggested and that code is not ever hit. The problem I described in my original email can be traced to...
sean_rohead
Offline Send Email
Apr 14, 2005
12:26 am
389
I'm having an issue where I need an outgoing member to be optional. Spefically I'm using the metaWeblog.newPost function and I need to be able to NOT have a...
Gregg Tavares
gregg_tavares
Offline Send Email
Apr 17, 2005
9:58 am
390
Hi Guys. I'm very new to XMLRPC and have a few project that need to use it. Im having a few problems with what i think might be advanced concepts that being an...
mrhaboobi
Offline Send Email
Apr 18, 2005
5:20 am
391
Hi Greg - you could represent the return value of the XML-RPC method along these lines: struct Location { public double latitutude; public double longtitude; }...
charlescookuk
Offline Send Email
Apr 18, 2005
5:42 pm
392
Hi Greg - use XmlRpcDateTime as the member type and decorate it with [XmlRpcMissingMapping(MappingAction.Ignore)] If the serializer detects that the member is...
charlescookuk
Offline Send Email
Apr 18, 2005
5:49 pm
393
Um, I'm probably wrong (I'm new to C#) but since DateTime is a struct not a class I thought it is therefore a value type and therefore there's no such thing as...
Gregg Tavares
gregg_tavares
Offline Send Email
Apr 19, 2005
12:06 am
394
I didn't suggest the use of DateTime :-) - Charles ... struct not a ... no such ... without and ... On Behalf ... value, ... nullable ... default, ... send...
charlescookuk
Offline Send Email
Apr 19, 2005
5:53 am
395
DOH! Thank you. I must be blind ... I didn't suggest the use of DateTime :-) - Charles ... struct not a ... no such ... without and ... On Behalf ... value, ...
Gregg Tavares
gregg_tavares
Offline Send Email
Apr 19, 2005
6:18 am
396
i require the same, did you get any where? ... this ... been ... either .NET ... as ... are ... compliant ... ever ... I ... not ... am...
andic_2003
Offline Send Email
Apr 20, 2005
7:36 pm
397
FYI there is a change in System.Reflection.Emit in .NET 2 beta 2 which means that when an interface is used as input to XmlRpcProxyGen.Create, the interface...
charlescookuk
Offline Send Email
Apr 21, 2005
12:50 pm
399
Ok, I realize I was not testing in a remoting scenario. Thanks for the extra information. I've added your suggested fix. Charles...
charlescookuk
Offline Send Email
Apr 24, 2005
12:55 pm
400
Hi. I'm experimenting with xml-rpc on .net compact framework. I have a xml-rpc running on the same machine on port 5000. The server works, i proved that with...
smithersmc
Offline Send Email
Apr 25, 2005
11:54 am
401
Try changing the first parameter of Invoke to "GetHelloName". This parameter is the name of the enclosing method - not the XML-RPC name of the method. It would...
charlescookuk
Offline Send Email
Apr 25, 2005
12:41 pm
402
Charles, thanks! Few minutes earlier i read it in the faq... Shame on me. Smithers...
smithersmc
Offline Send Email
Apr 25, 2005
2:09 pm
403
Charles, Is there a ETA on the next update? I remembered that you mentioned a few weeks ago that the next update may be a few weeks ago :) Alex...
countzero
Offline Send Email
Apr 25, 2005
8:16 pm
404
Hi, I know this is not a MT support group but since the problem I am having doesn't seem to occur when the (apparently) same XML-RPC request is made from a OX...
countzero
Offline Send Email
Apr 25, 2005
10:07 pm
405
Does this posting by Dare Obasanjo shed any light on the problem: http://www.25hoursaday.com/weblog/PermaLink.aspx?guid=d98a420e-6679-474c-865a-30578338ceb8 I...
charlescookuk
Offline Send Email
Apr 26, 2005
7:40 am
406
Since posting that I've had a flurry of requests and issues to sort out, plus the release of .NET2 beta 2. I spent some time over last weekend finishing these...
charlescookuk
Offline Send Email
Apr 26, 2005
7:46 am
407
This sounds like exactly my problem. I'll try out the config file workaround and report back later on today. ... -865a-30578338ceb8...
countzero
Offline Send Email
Apr 26, 2005
11:55 am
Messages 376 - 407 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