I've been looking all around without finding a solution to this. I would like to implement a JSON-RPC server with WCF. I've found this http://jsonrpc2.codeplex.com/ but it does not use WCF and I have idea how to integrate it. Can someone gives me an hint on how to put everything together?
Thanks
EDIT: I've posted my source code here
A very basic implementation of the server side is now working, at least with a HTTP GET request. I'm trying to implement now a WCF Client for it but again I'm stuck :( I'll post a separate question on it.