I am working with a application that has the following specifications. I pulled just 9 pages that are relevent to my questions and posted them here in pdf form...
I'm getting the following exception when using the cook computing xmlrpc library to connect to a service running on localhost. The code works on XP but once...
There si somethinks I don't undestand. This is my C# struct : ////////// [CookComputing.XmlRpc.XmlRpcMissingMapping(MappingAction.Ignore)] public struct...
In the case that is failing there is an invalid int value: <member> <name>9</name> <value><int></int></value> </member> Are you catching the exception from...
It looks like that if you want to use BioApp.addServer you have to pass the URL of an XML-RPC listener, i.e. an XML-RPC server whose specified method will be...
The is no Exception throw by the proxy this is the code I use : try { res = logekomProxy.renvoi_liste_des_biens_a_appeler_d_un_proprietaire ("robot1", "xxxx",...
I've compiled and successfully connected between the sample xml-rpc client and sample HTTP xml-rpc server for looking up state names. I have implemented the...
... Ok, everyone ignore this problem.. its not a problem. XML-RPC.NET does send as a POST. Here's my solution to this strange problem in case it bites...
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...