views:

193

answers:

3
+1  Q: 

WCF for MetaWeblog

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.

A: 

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
Thanks, not WCF, but might be useful.
Jason N. Gaylord
+2  A: 

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

Scott
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
A: 

Refer to Coding blog engine with MetaWeblog API support and using it with Windows Live Writer

You can also dowload the related code sample on the above link.

Rashmi Pandit
This is not WCF.
Jason N. Gaylord
Yes, sorry abt tht. Thought the sample code download might help.
Rashmi Pandit