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...
Hi, what I did so far: 1. Add new website with template "ASP.NET Web Service". This generated: - Service.asmx - ~\App_Data\Service.cs 2. I made a reference to...
Hello, I'm currently playing a little bit with the XML-RPC.NET library to call some remote procedures. Every time I call a remote procedure with a parameter...
Hi Florian: thanks for reporting this. I'll release a fix for this in a couple of days. The problem occurs with any string value containing one or more spaces ...
Updated version of release 2.3 here. http://xmlrpcnet.googlecode.com/files/xml-rpc.net.2.3.2.zip Changes: * Issue 22: XmlRpcTypeMismatchException thrown if an...
Hello all, I am new to xml-rpc.net and I am having a problem. We are developing an API that receives xml-rpc responses from a 3rd party server. Most of the...
hi, I need to access a RPC server. which protected by another Apach web server. first user access Apache web server, once submit username/password, then...
I am totally new to XML-RPC, rather started today. The response structure of XML-RPC server is <?xml version="1.0" encoding="iso-8859-1" ?> <methodResponse> ...
hello everybody, I am trying to to launch a XML-RPC server on a Pocket PC but it isn't working since it needs the remoting libraries which are not available on...
Hi, I have a client(c# and xml-rpc.net) will call a server (this server protected by NetPoint or CoreID). Are there any one have any idea how my client can...
Hi - I've implemented a server as an .ASHX file within an ASP.Net website (based upon http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#3.11 only in C#) and am...