Hi, I will be very grateful if anyone can help me out in passing string parameters/values from XMLRPC.net(Windows) to XMLRPC++(Linux). I am trying to establish...
Hi All, This is in continuation to the previous mail(posting 966). I am trying to communicate between Windows and Linux systems. On the Windows side, I use...
Correct IP address/port? XML-RPC service running? Unlikely to be a problem with XML-RPC.NET because the exception is being thrown from the System.Net classes....
Hi, Thanks for your reply. I did a netstat -a at the command prompt on the server side(Linux) without running the client and could see that the server opens...
I'm using CookComputing XML-RPC .NET with mono 1.2.5.1-10.1 on openSUSE 10.3; as a client everything works perfectly and we make ALLOT of XML-RPC calls. Now I...
Hi Adam: I just installed Mono and I get the same problem. A test program which works fine on .NET throws this exception when run with Mono: Unhandled...
Hi, I've found the source of my problem: In the struct I have some vars declared as long, this cannot be mapped to a XMLRPC datatype. After changing the vars...
Has anyone in this group had any experience using XML-RPC.NET to interface with the ABIS System Search Engine (from L1 Identity Solutions)? I'm looking into...
Hi all! My name is Delfino, and learning how to use XMLRPC.net. I need make one service consume in one XMRPC with Apache Framework on JBOSS Container. The...
Dear all, Sorry if this is a simple question, but I can't find an equivalent example (also sorry it's a bit terse, but I think it's all relevant...) I'm trying...
Hi everyone i use the MSPSpaceClass to post data to my space.but i want to specify the server endpoint url at runtime. i have see the XmlRpcUrl () in the calss...
Does this explain your problem? http://blogs.msdn.com/feroze_daud/archive/2004/07/12/180856.aspx ... [Non-text portions of this message have been removed]...
You have to use object[] as the return type - an array containing more than one type is being returned. ... [Non-text portions of this message have been...
Hi All! am new to this group, am successfully executed couple of projects on XML RPC using XML-RPC.Net library. However for my current project I coded XML RPC...
Hello, I'm attempting to make xml-rpc.net talk to the bugzilla api. I'm pretty new to the xml-rpc.net library and I'm having difficulty finding a C# data-type...
It turns out that I'd just not fully understood the xml-rpc.net documentation. I managed to get it working last night, only to discover this morning that this...
I'm receiving the following exception when trying to connect to a secure server. Exception - The remote certificate is invalid according to the validation...
... You will have to provide a certificate validation method where you decide to accept the "invalid" certificate anyway (while logging what's wrong with it),...
... Since it is SSL you can't use TcpTrace or Fiddler, so you have to use the built-in hooks: http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#5.1 5.1 How do I...
... server ... use ... ResponseEvent - ... to ... simplifies ... of ... Danny, Thank you for the quick response. I hooked up the logger and found that the...
Hi there, I'm working with some pre-existing code that was working before ( and works on some versions of Windows XP but not ones with all the service packs....