Ado.net Data Services + WLW
-
Monday, January 19, 2009 11:05 PM
I have a site , i want to give wlw support to my site . Microsoft give atompub support over Ado.Net Data Services ,so my target is give to WLW support over AtomPub ..I prepare Service for WindowsLiveWriter but i couldnt manage to publish post over Wlw..I think the problem is Authentication , i got 403 error for during temproary post publishment ..Request :<?xml version="1.0" encoding="utf-8" ?> <atom:entry xmlns:atom="http://www.w3.org/2005/Atom"> <atom:id>urn:uuid:01c4236d-7a61-49e4-856c-b9e8584a88de</atom:id> <atom:title>................. (ef882ccb-7045-4db6-8230-e5e72fb9d18c - 3bfe001a-32de-4114-a6b4-4005b770f6d7)</atom:title> <atom:content type="html"><p>........ (94ec5708-ede5-4576-a63b-3f4e4d21da46 - 3bfe001a-32de-4114-a6b4-4005b770f6d7)</p></atom:content> </atom:entry> Response:<?xml version="1.0" encoding="utf-8" standalone="yes" ?> - <error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"> <code /> <message xml:lang="tr-TR">Forbidden</message> </error> Any help , Thx
All Replies
-
Thursday, January 22, 2009 4:24 AMOwnerHmmm, sorry, I have to admit we haven't looked much at ADO.NET Data Services. (We're a bunch of client developers here on the WLW team :) )
If it helps you can take a look at BlogSvc.NET or Oxite, both are hosted on CodePlex. I know that BlogSvc.NET uses AtomPub, not sure about Oxite though.