WCF for MetaWeblog

425 Views Asked by At

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.

2

There are 2 best solutions below

1
On BEST ANSWER

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

1
On

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.