views:

41

answers:

1

I'm trying to find documentation on Apples Podcast Producer; specifically if there are any webservices I can use to fetch content with asp.net.

I dont use ruby so am unable to make sense of it, and to be honest not sure how I would use it within an ASP.net app.

A: 

After a lot of headscratching I got it working with the xml-rpc.net library. I'll do a full write up once I'm done with the debug part of it. Using Fiddler2 I was able to trace what happened when I viewed the pages through a browser and replicated that using C# and the xml-rpc.net dlls.

Mauro