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...
Thanks for reminding me Alex. As discussed before, how about this: Two events on the XmlRpcClientProtocol class: Request and Response. These will make...
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,...
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...
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...
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...
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...
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...
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...
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...
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,...
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...
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...
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...
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...
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...
Salve a tutti ho definito il seg. metodo [XmlRpcMethod("Test")] public String Frame_Test(String[] io33 ) { MessageBox.Show("Sei in Test"); return "OK"; } Ma...
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...
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...