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....
Regards by all! I attempt to write Xml-rpc client for WinCE with the use of your library CookComputing.XmlRpc.CF.DLL Unfortunately thus far this for me did not...
I have to programm to an interface that allows the following structure for one of its calling parameters. The repetion of the par.X Paramter is not fixed and...
Hi Karl: in my opinion the simplest way of dealing with this is to implement a helper method which takes the data and creates an instance of XmlRpcStruct which...
Hi Charles, thanks for your help. I already decided to go down this road. I have my objects implement a method GetContentData() which basically buts all values...