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...
Hi Sanjeev: this is one of those XML-RPC APIs where instead of returning an array of results, a struct is used with a uniquely named member for each item in...
I've build a Web Application based on v2.2.0 of XML-RPC and the sample MathService code. If I configure the application properties to use the IIS Web Server,...
I recently attempted to upgrade an application from v2.2.0 to v2.3.0 and ran into a problem: After the upgrade, all *.rem requests generate an HTTP 500 server...
Implementing a client and server. The server started throwing exceptions when I upgraded. Traced the problem to this code XmlRpcHttpServerprotocol.cs lines...
I've written a Windows Service with .Net that makes a lot of operation on a local database. I've successfully exposed some functions using XmlRpcNet to remote...
Fixed version now available: http://xmlrpcnet.googlecode.com/files/xml-rpc.net.2.3.1.zip I've written a test program which hosts ASP.NET to prevent something ...
Hi - I've got a .NET Class instance which I want to pass as an argument to my XML-RPC.NET server. It's quite a big complex class. My reading of the doco is...
Hi Piazza: client activation doesn't make sense where the server is exposing an XML-RPC endpoint. All the client knows is that there is a HTTP-based XML-RPC...
Hi everybody, I´m trying to setup a new XMLRPC server according the example in the faq: http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#3.2 - What project type...