2

I'm trying to find a really good example for implementing the MetaWeblog API using a WCF service. I can't seem to clear my head and think of a clean way to do this. Any help is appreciated.

Jason N. Gaylord
  • 7,910
  • 15
  • 56
  • 95

2 Answers2

3

This seems to be a reasonable start, wfc-for-metaweblog.

Scott
  • 850
  • 7
  • 13
  • This is a complete WCF implementation of Metaweblog. Perhaps you should restate your questions if you aren't looking for a WCF/metaweblog implementation. – Scott May 28 '09 at 12:55
0

Not exactly WCF-related, but octalforty Syndication has a nice type-safe IMetaWeblogService definition and all related objects you can use as a base for your further studies.

Anton Gogolev
  • 113,561
  • 39
  • 200
  • 288