<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: This makes it all worth it</title>
	<atom:link href="http://www.udidahan.com/2006/08/04/this-makes-it-all-worth-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.udidahan.com/2006/08/04/this-makes-it-all-worth-it/</link>
	<description>Enterprise Development Expert &#38; SOA Specialist</description>
	<lastBuildDate>Sat, 11 Feb 2012 15:16:10 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eran Sandler</title>
		<link>http://www.udidahan.com/2006/08/04/this-makes-it-all-worth-it/comment-page-1/#comment-351</link>
		<dc:creator>Eran Sandler</dc:creator>
		<pubDate>Mon, 07 Aug 2006 14:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://wp_630.weblogs.us/archives/307#comment-351</guid>
		<description>Actually, POST REST calls that their body contains an XML document with a few elements can be considered a way to update various elements at the same time.


For example:
Posting to the URI &quot;http://www.somewherenice.com/people/&quot; an XML that is actually a collection of people will add/update all of them.

It might not be considered clean REST, though a get on the &quot;people&quot; can return an XML with all the people, while /people/[person id] where [person id] is an id of the person will return an XML of only that exact person.

Taking the example above on GET and paraphrasing it on POST can work just as well, so that a POST to /people/[person id] will update (or add) a ceratin person while a POST to /people/ will update/add multiple ones.
</description>
		<content:encoded><![CDATA[<p>Actually, POST REST calls that their body contains an XML document with a few elements can be considered a way to update various elements at the same time.</p>
<p>For example:<br />
Posting to the URI &#8220;http://www.somewherenice.com/people/&#8221; an XML that is actually a collection of people will add/update all of them.</p>
<p>It might not be considered clean REST, though a get on the &#8220;people&#8221; can return an XML with all the people, while /people/[person id] where [person id] is an id of the person will return an XML of only that exact person.</p>
<p>Taking the example above on GET and paraphrasing it on POST can work just as well, so that a POST to /people/[person id] will update (or add) a ceratin person while a POST to /people/ will update/add multiple ones.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

