I need an XML-RPC library that I can use with Windows Store Apps (aka Metro). As far as I know, for .NET there is only the XML-RPC.NET library, and it does not support Windows Store applications.
Is there any other way besides creating and parsing the XML-RPC request and response manually?
source
share