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 348 - 377 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
357
Perfect. Did you receive my email w.r.t. MappingAction issue?...
alexhung@...
countzero
Offline Send Email
Mar 22, 2005
1:22 pm
358
Yes, just haven't had time to study it yet. - Charles...
charlescookuk
Offline Send Email
Mar 22, 2005
2:56 pm
359
Hi Experts, I am trying to write a .Net webservice which connects with another system using XML-RPC(request/response) protocol because their protocol is...
srinivas
srinvaskk
Offline Send Email
Mar 23, 2005
6:18 am
360
Both XML-RPC and XML web services (.NET) are transmitted through HTTP as transport but in different "packet". XML web services(.NET) in SOAP, whereas XML-RPC...
@le XP
alexpee_my
Online Now Send Email
Mar 23, 2005
6:33 am
361
I also sent this message directly to Mr. Cook, before I realized this group is available. I have been using XMl-RPC as a "middle-tier" project that I have been...
sprice_fasttalk
Offline Send Email
Mar 23, 2005
8:34 pm
362
I ran into some problems when a method with a void return type was called on a server object. I was getting an Exception thrown on line 527 of...
sean_rohead
Offline Send Email
Mar 26, 2005
6:40 am
363
I've been reading the new Ingo Rammer book on .NET Remoting and discovered that if you'd like your remote object to be created using a non-default constructor,...
sean_rohead
Offline Send Email
Mar 26, 2005
6:40 am
364
I ran into another bug when I tried to create a proxy for a derived interface. The XmlRpcProxyGen class was not seeing the methods in the base interface and...
sean_rohead
Offline Send Email
Mar 26, 2005
6:40 am
365
Hi Sean - the XmlRpcServerProtocol class calls Invoke on a MethodInfo instance for the relevant method: Object reto; try { reto = mi.Invoke(this,...
charlescookuk
Offline Send Email
Mar 27, 2005
7:54 am
366
Hi Sean - thanks for reporting this. I've checked in your change. - Charles ... interface...
charlescookuk
Offline Send Email
Mar 27, 2005
12:45 pm
367
I had to investigate several issues over the weekend so I didn't get a chance to finish off the request/response event code. If anyone wants an alpha version...
charlescookuk
Offline Send Email
Mar 29, 2005
7:59 am
368
Charles, Looks pretty good to me. Can you email me the alpha version? Thanks, Alex...
countzero
Offline Send Email
Mar 29, 2005
4:47 pm
369
Hello to everybody Is there some way to implement an XML-RPC client using the XmlRpcProxyGen facility and still specify the server endpoint URL and the timeout...
marioorlandi
Offline Send Email
Mar 30, 2005
12:33 pm
370
Hi Mario - I need to update the FAQ on this: cast the proxy to XmlRpcClientProtocol, e.g. (proxy as XmlRpcClientProtocol).Url = ..... - Charles...
charlescookuk
Offline Send Email
Mar 30, 2005
12:37 pm
371
Hi, Has anyone implemented the XML RPC communication with C# client & Perl server. When i return a hash from Perl to C# is works fine. But when i pass a struct...
Kiran Chhabra
kiran_listening
Offline Send Email
Mar 30, 2005
1:32 pm
372
Hi Kiran - if the final paragraph of your posting is the error message then I don't think this is an XML-RPC issue. I would recommend looking at a dump of the...
charlescookuk
Offline Send Email
Mar 30, 2005
1:43 pm
373
Thanks Charles, works perfectly ;) Mario...
marioorlandi
Offline Send Email
Mar 30, 2005
4:52 pm
374
Salve a tutti ho definito il seg. metodo [XmlRpcMethod("Test")] public String Frame_Test(String[] io33 ) { MessageBox.Show("Sei in Test"); return "OK"; } Ma...
gaedegg
Offline Send Email
Mar 31, 2005
1:11 pm
375
... Credo dovresti verificare che l'array io33[] sia stato effettivamente valorizzato "lato client". Mario...
marioorlandi
Offline Send Email
Mar 31, 2005
1:42 pm
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
Messages 348 - 377 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