I have stumbled upon an problem when integrating windows live writer support for my web app. WLW reads the post list correctly and displays the published dates in the "open recent" dialog, but once I select a post and open it, the published date is not restored along with other post data.
The xml-rpc call sets the dateCreated field correctly and it is returned upon a request. The weird thing is that while saving a post, this value is passed from WLW to my app and I can read it correctly, though when I pass the value from my app to WLW it's not visible in the ui. I've also tried to use a different field (publishDate) - no luck.
I'm using the Metaweblog api.
Does anyone have an idea on how to resolve this?