XML-RPC Library for Windows Store Applications

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?

+5
source share

All Articles