Example WCF XML-RPC client C# code against custom XML-RPC server implementation?
- by mr.b
I have built my own little custom XML-RPC server, and since I'd like to keep things simple, on both server and client side (server side PHP runs, by the way), what I would like to accomplish is to create a simplest possible client in C# using WCF.
Let's say that Contract for service exposed via XML-RPC is as follows.
[ServiceContract]
public…