Sorry, wrong url, but I'm sure you know it should have been www.xml-rpc.net. BTW its worth mentioning that if you rely on any of the client features which...
... When I try to goto www.xmlrpc.net - I'm getting redirected to www.xp.com without any obvious way of getting to the xmlrpc site. Any suggestions?...
It's www.xml-rpc.net _____ From: XMLRPCNET@yahoogroups.com [mailto:XMLRPCNET@yahoogroups.com] On Behalf Of David Ashwood Sent: Thursday, July 13, 2006 8:02 AM ...
Hi Mike - I can't reproduce this. Can you send me a small sample program which illustrates the problem (executable plus source) plus which version of the .NET...
Hi to all. I'm experiencing a little problem. I have a class extending XmlRpcClientProtocol with a method coded as below: [XmlRpcMethod] public RTAIRequest...
Hi Massimo - if you want to send a request with an arbitrary number of parameters, the way to do it now is to use the params key word: [XmlRpcMethod] public...
Hi, I have got a strange problem accessing an eGroupWare Server via XML-RPC. Some of the functions, especially the ones that I myself have programmed, return...
I have an application that is attempting to send a base-64 encoded JPEG image to a method. The encoded string is about 26k. When I try to invoke the method...
Hi Arian - I'll have a look at this later - please send the code for the proxy method causing the problem so I can check that. What is the specific exception...
Hello This is my first time to use XML-RPC. The problem I met is when I made XML-RPC between TCL and C#, it failed. If the server is written in TCL and the...
Hi - for the protocol violation try using the following application config file with your client: <?xml version ="1.0"?> <configuration> <system.net> ...
When I first tried to run the code below in .NET 2.0 I got an error stating that an interface was inaccessible. So, I came by this site and noticed a new...
I tried the code below. Obviously it returns an error because the struct doesn't contain the required members but it is an XML-RPC fault response so things are...
Hi, i am having some troubles with using the component. I was wondering if someone could help me out. I am making a xml-rpc call to a xml-rpc server that...
What are you expecting the XML-RPC response to contain? Can you supply a dump of the response? See here: http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#5.1 -...
Hi Charles, thanks for the fast reply! I attached a logger to the Xmlrpc call like you suggested and the response is obviously correct from the server. Please...
I'm afraid this is not valid XML-RPC. Each member element in a struct must have one "name" child element and one "value" child element, not as in your...
Charles, thank you again for replying. According to the specs i beleive you are right. http://www.xmlrpc.com/spec. However i am not sure whether the XmlRpc...
I believe that's IXmlRpcProxy.KeepAlive, so on the client interface you Create. _____ From: XMLRPCNET@yahoogroups.com [mailto:XMLRPCNET@yahoogroups.com] On...
Two suggestions: (1) You could hack the XmlRpcClientProtocol class so that instead of calling DeserializeResponse it returns the raw XML. (2) You could hack...
Hi, everyone. How XMLRPC server return a datatable to client? since i read the forum and XMLRPCNET site, is it XMLRPCNET able to return data in basic datatype...
Is there a how-to anywhere about using the xml-rpc client library over an ssl connection? Any pointers would be appreciated. I ran across an old post on this...
Version 2.0.0 is up at http://www.xml-rpc.net/ The main change is the addition of a .NET 2.0 build to allow use of 2.0 features such as generics and nullable...
Version 2.1.0 is up at http://www.xml-rpc.net/ New features and changes: * Add support for proxy interfaces with overloaded methods. * Add support for the...