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...
Version 2.2.0 has been released: xml-rpc.net.2.2.0.zip <http://xmlrpcnet.googlecode.com/files/xml-rpc.net.2.2.0.zip> New features and changes: * Support for...
I am using XMLRPC.net to do interprocess / interlanguage remoting/RPC. I upgraded to v2.2.0 from 9th March and now all my remote connection fail! How is that?...
Hi Charles, Ahum... It's a bit puzzling but I can't reproduce the problem either?!?!?! maybe I should apologize for my complaint then! Sorry! Yet, I'm...
Regards by all. I attempt to write server with use HttpListener as this described in FAQ. http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#3.12 and i have a...
Good day. I attempt to write Xml-rpc Server under Mono. And it encountered this problem. With the demand from the client I obtain here this error - "Cannot be...
... You can't. <http://lists.ximian.com/pipermail/mono-list/2007-December/037337.html> <https://bugzilla.novell.com/show_bug.cgi?id=343915> It works in .NET,...
Version 2.3.0 has been released: http://xmlrpcnet.googlecode.com/files/xml-rpc.net.2.3.0.zip New features and changes: * Issue 15: Support for accessing...
I read http://www.xml-rpc.net/faq/xmlrpcnetfaq.html but I can't create working sample. Can someone do some step-by-step for server and client sample....
Hi Can someone help in solving out following problem : I am implementing fotolia Business api in my webapplication using c#. My problem is that I getting...