<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>REST in WCF - Part VII (HI-REST - Implementing Insert and Update)</title><link>http://blogs.msdn.com/bags/archive/2008/06/12/rest-in-wcf-part-vii-hi-rest-implementing-insert-and-update.aspx</link><description>The post on implementing INSERT and UPDATE with WCF REST has been moved to my new blog at www.robbagby.com .</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>REST in WCF Blog Series Index</title><link>http://blogs.msdn.com/bags/archive/2008/06/12/rest-in-wcf-part-vii-hi-rest-implementing-insert-and-update.aspx#8841427</link><pubDate>Thu, 07 Aug 2008 21:03:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8841427</guid><dc:creator>Demystifying The Code</dc:creator><description>&lt;p&gt;As some of you know, I am in the midst of a blog series on REST in WCF. Further, I have been hard at&lt;/p&gt;
</description></item><item><title>REST in WCF - Part XI (Tunneling PUT through POST)</title><link>http://blogs.msdn.com/bags/archive/2008/06/12/rest-in-wcf-part-vii-hi-rest-implementing-insert-and-update.aspx#9058814</link><pubDate>Tue, 11 Nov 2008 01:26:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9058814</guid><dc:creator>Demystifying The Code</dc:creator><description>&lt;p&gt;A common scenario you may encounter when designing your RESTful services is supporting clients that only&lt;/p&gt;
</description></item><item><title>REST in WCF </title><link>http://blogs.msdn.com/bags/archive/2008/06/12/rest-in-wcf-part-vii-hi-rest-implementing-insert-and-update.aspx#9251496</link><pubDate>Wed, 24 Dec 2008 09:34:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9251496</guid><dc:creator>Journal of Abu Sayed Mohammad Ismail</dc:creator><description>&lt;p&gt;The series blog post on REST in WCF REST in WCF - Part I (REST Overview) REST in WCF - Part II (AJAX&lt;/p&gt;
</description></item><item><title>re: REST in WCF - Part VII (HI-REST - Implementing Insert and Update</title><link>http://blogs.msdn.com/bags/archive/2008/06/12/rest-in-wcf-part-vii-hi-rest-implementing-insert-and-update.aspx#9419902</link><pubDate>Fri, 13 Feb 2009 23:24:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9419902</guid><dc:creator>samtadsh</dc:creator><description>&lt;p&gt;Hi Rob,&lt;/p&gt;
&lt;p&gt;You have put together a very useful set of blogs... thanks.&lt;/p&gt;
&lt;p&gt;I tried out the starter solution you put out. After I do an Update or Insert, the database gets updated. But the part which re-populates the drop-down control with the products list never gets updated. It looks like GetProductGrouping doesn't get invoked after an Update/Insert operation or somewhere the previous product list is cached.&lt;/p&gt;
&lt;p&gt;Did you encounter this when you try out the sample application?&lt;/p&gt;
</description></item><item><title>re: REST in WCF - Part VII (HI-REST - Implementing Insert and Update</title><link>http://blogs.msdn.com/bags/archive/2008/06/12/rest-in-wcf-part-vii-hi-rest-implementing-insert-and-update.aspx#9419950</link><pubDate>Fri, 13 Feb 2009 23:42:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9419950</guid><dc:creator>rob.bagby</dc:creator><description>&lt;p&gt;Not sure which version you have (as I have released a few). &amp;nbsp;The issue you are seeing has to do with caching. &amp;nbsp;One solution would be to put a no cache directive on the get like the following:&lt;/p&gt;
&lt;p&gt; //Tell the client not to cache&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;outResponse.Headers.Add(&amp;quot;Cache-Control&amp;quot;, &amp;quot;no-cache&amp;quot;);&lt;/p&gt;
&lt;p&gt;You have to get a ref to the response which is available in the WebOperationContext.Current.&lt;/p&gt;
&lt;p&gt;Rob&lt;/p&gt;
</description></item></channel></rss>