Actually, I got the upload to work as long as it is relativly small. (For now < 5 MB has been tested to work.) John ... -- John P. Greiner Mechanical Engineer...
i have response from service. If declare method as int32 MyMethod() i get first response node (0). But i neeed get third value <int>961984</int> How i must...
... Did not work, I added another method in XmlRpcMethodAttribute.cs public XmlRpcMethodAttribute(string method,bool StructPara) { this.method = method; ...
The XML-RPC.NET dll has a reference to the System.Web assembly, which is required by some of the server-side code. In the next release the server code will be...
Hi, Is it possible to use a pre-established SslStream (or some kind of stream) for XMLRPC.NET to use? I need to bypass a non-standard proxy manually, then...
I would suggest using Log4NET (http://logging.apache.org/log4net/index.html). For the requests, since you are writing your own server, you just output the log...
Up ! A year later i've got exactly the same problem and I can't find any solutions. When i try to define the return type like this (asp.net vb): '--The...
Hi Boris: there is currently no support for this. ... On Mon, Apr 13, 2009 at 8:24 AM, boris.shirokolov < ... [Non-text portions of this message have been...
Hello everyone, Iam using the xmlrpc.net library with c#.net. In my server side iam having a function like this below. API = (('object_id', 'ASCII string', 1),...
I have a method defined as: bool TheMethod (string[,] data, string value); in: public interface Client : IXmlRpcProxy However, when I try to instantiate my...
I'm just adding a note to say how this problem was resolved. I found that the assembly files were missing so I could not compile any of the source projects. ...
Hi - I've got a well established piece of C# which calls a web-service but for various reasons that service is running much slower than normally at the moment....
... Thanks for that. I had read that but I really was hoping to lean on someone elses experience of similar situations - I wasn't even sure that the...
Currently, there are DLLs for .NET 1.1 and .NET 2.0. Are there plans to release a .NET 3.0 compatible DLL? Is there are work to be done for this? Or do you...
... I just wanted to let people searching the archives know that I made use of the timeout feature which Charles highlit here and it did the job perfectly. The...
I have a client app that needs to call a method with a variable number of parameters of different types. I know that I need to do this using an array of...