vote up 3 vote down star

How do you make an iTunes podcast feed with WCF? Or do you know of a complete example that actually works?

I've reached the point where I corrected all errors and warnings[1] marked by feedvalidator.org and also included all the iTunes custom tags I could and iTunes still claims it's a broken feed (obviously giving no useful information about it).

[1] I haven't solved two warnings: one is that the address of the podcast is not consistent, because I'm running it on localhost, and the other that I am using namespaces for the atom embedded tags when producing an RSS, for which there's no work around using WCF.

flag

77% accept rate

1 Answer

vote up -2 vote down

I believe WCF is a communications framework that uses SOAP, and is meant for something more like Web Services, rather than hosting an XML file. Even if it is possible, WCF is probably not the right way to do what you're trying to do.

Edit: Uninformed opinions do not make good answers. Forget I said anything!

link|flag
WCF has excellent classes to read and write RSS and Atom. – J. Pablo Fernández Sep 3 at 18:12
WCF should be more than capable of this. Why do you think this problem is as simple as "hosting an XML file"? – unforgiven3 Sep 3 at 18:15

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.