WCF for MetaWeblog

390 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 answers

1
Scott On BEST ANSWER

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

1
Anton Gogolev 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.