XML-RPC for .Net

less than 1 minute read

An email correspondent asked me if I have a URL API for the Syndic8 Web Services. I don’t have a REST API, but I probably should, considering how successful it has been at Amazon. Over the past 2.5 years, the REST/SOAP call ratio to AWS has held pretty constant at 80/20.

The correspondent went on to ask about access to the XML-RPC APIs using .Net. I pointed him at the following resources:

There’s also a great Wikipedia entry on the subject.

Updated: