<?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: WS Resource Access working group starting at W3C</title>
	<atom:link href="http://stage.vambenepe.com/archives/436/feed" rel="self" type="application/rss+xml" />
	<link>http://stage.vambenepe.com/archives/436</link>
	<description>IT management in a changing IT world</description>
	<lastBuildDate>Wed, 17 Mar 2010 19:31:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: William Vambenepe&#8217;s blog &#187; Blog Archive &#187; Who said WS-Transfer is for REST?</title>
		<link>http://stage.vambenepe.com/archives/436#comment-54680</link>
		<dc:creator>William Vambenepe&#8217;s blog &#187; Blog Archive &#187; Who said WS-Transfer is for REST?</dc:creator>
		<pubDate>Tue, 18 Nov 2008 08:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=436#comment-54680</guid>
		<description>[...] more post on the &#8220;REST over SOAP&#8221; topic, recently revived by the birth of the W3C WS Resource Access working group. Then I&#8217;ll go quiet for a bit and let people [...]</description>
		<content:encoded><![CDATA[<p>[...] more post on the &#8220;REST over SOAP&#8221; topic, recently revived by the birth of the W3C WS Resource Access working group. Then I&#8217;ll go quiet for a bit and let people [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stu</title>
		<link>http://stage.vambenepe.com/archives/436#comment-54549</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Mon, 17 Nov 2008 01:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=436#comment-54549</guid>
		<description>dret -- coming from the enterprise world, I would say the most glaring &#039;missing&#039; aspect in RESTful web services is a way to manage describe &amp; handle structured data beyond media types and XML schemas.   I think RDF, OWL, and SPARQL are good solutions to the problem, but there are many conceptual barriers in the way of their adoption.

Secondly, I think a media type that can describe both human &amp; machine-to-machine interactions and processes would be a huge win.   Think of (without cringing/laughing/fainting) a cross between WS-HumanTask, BPEL, Atom/Atompub, XForms, and OpenSocial.  Optimistically, it&#039;s bursting the silos of services and BPM by putting it on a very flexible and decenatrlized foundation.  If you&#039;re a pessimist, think of it as a &quot;bureaucracy construction kit, that sucks less&quot;.

Third, a MIME content-level signature &amp; encryption protocol would be nice.   Think S/MIME but actually designed for HTTP and multi-party exchange.</description>
		<content:encoded><![CDATA[<p>dret &#8212; coming from the enterprise world, I would say the most glaring &#8216;missing&#8217; aspect in RESTful web services is a way to manage describe &amp; handle structured data beyond media types and XML schemas.   I think RDF, OWL, and SPARQL are good solutions to the problem, but there are many conceptual barriers in the way of their adoption.</p>
<p>Secondly, I think a media type that can describe both human &amp; machine-to-machine interactions and processes would be a huge win.   Think of (without cringing/laughing/fainting) a cross between WS-HumanTask, BPEL, Atom/Atompub, XForms, and OpenSocial.  Optimistically, it&#8217;s bursting the silos of services and BPM by putting it on a very flexible and decenatrlized foundation.  If you&#8217;re a pessimist, think of it as a &#8220;bureaucracy construction kit, that sucks less&#8221;.</p>
<p>Third, a MIME content-level signature &amp; encryption protocol would be nice.   Think S/MIME but actually designed for HTTP and multi-party exchange.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dret</title>
		<link>http://stage.vambenepe.com/archives/436#comment-54406</link>
		<dc:creator>dret</dc:creator>
		<pubDate>Sat, 15 Nov 2008 07:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=436#comment-54406</guid>
		<description>i totally agree that REST over SOAP does not a whole lot of sense. SOAP was born as a means to implement classical middleware/integration systems over an HTTP transport, and even though it is always repeated that you can do REST over SOAP, in practice nobody ever does it. and if you did, the question really would be wy not to use just HTTP, where you can get huge network effects by working on that level rather than just tunneling data over the web.

on the other hand, if the goal is not to build a RESTful loosely coupled system, then SOAP might be a good idea, it allows to continue the past two decades of middleware/integration systems. even though it is questionable whether this integration-style approach is appropriate anymore in a world that is changing increasingly fast, and IT systems need to keep up with that. but that is an entirely different discussion... 

i am a web person and not an enterprise IT person, so i am definitely missing some background in the &quot;old days of IT computing&quot;. but it seems to me that the big issue really is around the question whether the old strategy of &quot;integration&quot; is appropriate anymore, when a more loosely coupled &quot;cooperation&quot; architecture is possible. which is not the always the case, and for the scenarios where tightly coupled integration is required, SOAP might be good.

it was just this image of &quot;SOAP as the way to bring REST to the non-HTTP world&quot; that worried me, because so much of SOAP is so explicitly non RESTful that it does not sound like a terribly good idea.

so i guess this means i am still looking for references to explanations what exactly HTTP is missing that RESTful web services need. is it that HTTP uses URIs and this WG is about defining something that instead uses WS-Addressing?</description>
		<content:encoded><![CDATA[<p>i totally agree that REST over SOAP does not a whole lot of sense. SOAP was born as a means to implement classical middleware/integration systems over an HTTP transport, and even though it is always repeated that you can do REST over SOAP, in practice nobody ever does it. and if you did, the question really would be wy not to use just HTTP, where you can get huge network effects by working on that level rather than just tunneling data over the web.</p>
<p>on the other hand, if the goal is not to build a RESTful loosely coupled system, then SOAP might be a good idea, it allows to continue the past two decades of middleware/integration systems. even though it is questionable whether this integration-style approach is appropriate anymore in a world that is changing increasingly fast, and IT systems need to keep up with that. but that is an entirely different discussion&#8230; </p>
<p>i am a web person and not an enterprise IT person, so i am definitely missing some background in the &#8220;old days of IT computing&#8221;. but it seems to me that the big issue really is around the question whether the old strategy of &#8220;integration&#8221; is appropriate anymore, when a more loosely coupled &#8220;cooperation&#8221; architecture is possible. which is not the always the case, and for the scenarios where tightly coupled integration is required, SOAP might be good.</p>
<p>it was just this image of &#8220;SOAP as the way to bring REST to the non-HTTP world&#8221; that worried me, because so much of SOAP is so explicitly non RESTful that it does not sound like a terribly good idea.</p>
<p>so i guess this means i am still looking for references to explanations what exactly HTTP is missing that RESTful web services need. is it that HTTP uses URIs and this WG is about defining something that instead uses WS-Addressing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Vambenepe</title>
		<link>http://stage.vambenepe.com/archives/436#comment-54378</link>
		<dc:creator>William Vambenepe</dc:creator>
		<pubDate>Fri, 14 Nov 2008 23:48:09 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=436#comment-54378</guid>
		<description>Hi Dret. I think it is possible to follow REST principles over SOAP, but practically difficult because it&#039;s very different from the way SOAP is typically used. The first step, of course, would be to ditch WS-Addressing (at the risk of making Gilbert roll his eyes again). Overall, it would take a lot of discipline.

Whether it makes sense to attempt this or not, I am not sure. In the IT management domain, if I was to build a REST system, I would probably do it directly over HTTP, not SOAP. Whether there are other domains (e.g. banking with more stringent security/reliability requirements) in which a SOAP-based approach to SOA makes sense, I don&#039;t know.

But I am not trying to build a RESTful system for IT management (if Stu is right and it happens, then I&#039;ll be more than happy to join though). More importantly, I don&#039;t think that the people who built WS-Transfer were trying to either. They just wanted an easy way to retrieve config data from printers and servers. They were perfectly happy with these printers and servers having their specialized &quot;start&quot;, &quot;stop&quot;, &quot;reboot&quot;, &quot;sleep&quot; operations. I don&#039;t know that they had even heard of REST.

It&#039;s only later (I think, some MSFT people who were in on WS-T from the start can confirm/correct) that some looked at it and assumed it was an attempt to follow REST over SOAP.

You&#039;re also asking for resources that describe why HTTP-based REST is &quot;not an option for web services&quot;. I don&#039;t think there is any. What you can find, is resources that explain why it may not always be the best option (and usually present SOAP or other middleware-based approaches as the alternative). &lt;a href=&quot;http://sanjiva.weerawarana.org/&quot; rel=&quot;nofollow&quot;&gt;Sanjiva&lt;/a&gt; is one of the spokespeople for this approach. Or his colleague &lt;a href=&quot;http://pzf.fremantle.org/&quot; rel=&quot;nofollow&quot;&gt;Paul Fremantle&lt;/a&gt;.

&lt;a href=&quot;http://service-architecture.blogspot.com/&quot; rel=&quot;nofollow&quot;&gt;Steve Jones&lt;/a&gt; is another a smart guy with non-religious thoughts on this. As is Stu. Here is what a search on &quot;SOA REST&quot; on Stu&#039;s blog &lt;a href=&quot;http://www.stucharlton.com/blog/mt-search.cgi?search=SOA+REST&amp;IncludeBlogs=3&quot; rel=&quot;nofollow&quot;&gt;returns&lt;/a&gt;. Steve Jones, Stu and Steve Vinoski had a bit of an argument around these topics over the summer. In &lt;a href=&quot;http://stage.vambenepe.com/archives/222&quot; rel=&quot;nofollow&quot;&gt;this post&lt;/a&gt; I provide links to the different posts in their argument (and a suggestion that they are not that far apart).

Overall you&#039;ll find more people who agree with Steve Vinoski and argue against the value of WS-* in most cases. The most eloquent being &lt;a href=&quot;http://72.249.21.88/nonintersecting/&quot; rel=&quot;nofollow&quot;&gt;Pete Lacey&lt;/a&gt;, but he seems to have departed the topic. You can &lt;a href=&quot;http://www.infoq.com/articles/pete-lacey-ws-criticism&quot; rel=&quot;nofollow&quot;&gt;read&lt;/a&gt; or &lt;a href=&quot;http://www.infoq.com/news/2008/05/pete-lacey-rest&quot; rel=&quot;nofollow&quot;&gt;hear&lt;/a&gt; him on this at InfoQ, but in your case it would probably reinforce your current position. You may find it more interesting to hear people with different opinions.</description>
		<content:encoded><![CDATA[<p>Hi Dret. I think it is possible to follow REST principles over SOAP, but practically difficult because it&#8217;s very different from the way SOAP is typically used. The first step, of course, would be to ditch WS-Addressing (at the risk of making Gilbert roll his eyes again). Overall, it would take a lot of discipline.</p>
<p>Whether it makes sense to attempt this or not, I am not sure. In the IT management domain, if I was to build a REST system, I would probably do it directly over HTTP, not SOAP. Whether there are other domains (e.g. banking with more stringent security/reliability requirements) in which a SOAP-based approach to SOA makes sense, I don&#8217;t know.</p>
<p>But I am not trying to build a RESTful system for IT management (if Stu is right and it happens, then I&#8217;ll be more than happy to join though). More importantly, I don&#8217;t think that the people who built WS-Transfer were trying to either. They just wanted an easy way to retrieve config data from printers and servers. They were perfectly happy with these printers and servers having their specialized &#8220;start&#8221;, &#8220;stop&#8221;, &#8220;reboot&#8221;, &#8220;sleep&#8221; operations. I don&#8217;t know that they had even heard of REST.</p>
<p>It&#8217;s only later (I think, some MSFT people who were in on WS-T from the start can confirm/correct) that some looked at it and assumed it was an attempt to follow REST over SOAP.</p>
<p>You&#8217;re also asking for resources that describe why HTTP-based REST is &#8220;not an option for web services&#8221;. I don&#8217;t think there is any. What you can find, is resources that explain why it may not always be the best option (and usually present SOAP or other middleware-based approaches as the alternative). <a href="http://sanjiva.weerawarana.org/" rel="nofollow">Sanjiva</a> is one of the spokespeople for this approach. Or his colleague <a href="http://pzf.fremantle.org/" rel="nofollow">Paul Fremantle</a>.</p>
<p><a href="http://service-architecture.blogspot.com/" rel="nofollow">Steve Jones</a> is another a smart guy with non-religious thoughts on this. As is Stu. Here is what a search on &#8220;SOA REST&#8221; on Stu&#8217;s blog <a href="http://www.stucharlton.com/blog/mt-search.cgi?search=SOA+REST&#038;IncludeBlogs=3" rel="nofollow">returns</a>. Steve Jones, Stu and Steve Vinoski had a bit of an argument around these topics over the summer. In <a href="http://stage.vambenepe.com/archives/222" rel="nofollow">this post</a> I provide links to the different posts in their argument (and a suggestion that they are not that far apart).</p>
<p>Overall you&#8217;ll find more people who agree with Steve Vinoski and argue against the value of WS-* in most cases. The most eloquent being <a href="http://72.249.21.88/nonintersecting/" rel="nofollow">Pete Lacey</a>, but he seems to have departed the topic. You can <a href="http://www.infoq.com/articles/pete-lacey-ws-criticism" rel="nofollow">read</a> or <a href="http://www.infoq.com/news/2008/05/pete-lacey-rest" rel="nofollow">hear</a> him on this at InfoQ, but in your case it would probably reinforce your current position. You may find it more interesting to hear people with different opinions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dret</title>
		<link>http://stage.vambenepe.com/archives/436#comment-54368</link>
		<dc:creator>dret</dc:creator>
		<pubDate>Fri, 14 Nov 2008 19:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=436#comment-54368</guid>
		<description>being the author of the &quot;HTTP over SOAP over HTTP&quot; post quoted here, i liked the comment about looking at that new WG as bringing REST to non-HTTP environments by layering it on top of SOAP. that is a very optimistic way of looking at it, but it is interesting.

however, i think the HTTP-based RESTful approach has a pretty good track record of building robust, large-scale systems that work well in practice. building an alternative REST universe on top of SOAP is certainly possible, but i think you would have to have really really really good arguments as to why you shouldn&#039;t rather implement RESTful architectures in the HTTP world where there is an enormous infrastructure already existing.

could somebody point me to a resource that explain why HTTP-based REST is not an option for web services? i am really curious, and i am sure there must be some discussion going on somewhere. an admittedly quick look at the WS-Transfer and WS-RT really looks to me like a &quot;let&#039;s create HTTP and media types and fragment identifiers and Atom and AtomPub&quot; agenda, and i would like to understand better what i am missing here.</description>
		<content:encoded><![CDATA[<p>being the author of the &#8220;HTTP over SOAP over HTTP&#8221; post quoted here, i liked the comment about looking at that new WG as bringing REST to non-HTTP environments by layering it on top of SOAP. that is a very optimistic way of looking at it, but it is interesting.</p>
<p>however, i think the HTTP-based RESTful approach has a pretty good track record of building robust, large-scale systems that work well in practice. building an alternative REST universe on top of SOAP is certainly possible, but i think you would have to have really really really good arguments as to why you shouldn&#8217;t rather implement RESTful architectures in the HTTP world where there is an enormous infrastructure already existing.</p>
<p>could somebody point me to a resource that explain why HTTP-based REST is not an option for web services? i am really curious, and i am sure there must be some discussion going on somewhere. an admittedly quick look at the WS-Transfer and WS-RT really looks to me like a &#8220;let&#8217;s create HTTP and media types and fragment identifiers and Atom and AtomPub&#8221; agenda, and i would like to understand better what i am missing here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Vambenepe</title>
		<link>http://stage.vambenepe.com/archives/436#comment-54343</link>
		<dc:creator>William Vambenepe</dc:creator>
		<pubDate>Fri, 14 Nov 2008 07:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=436#comment-54343</guid>
		<description>Stu: amen. I am interested. But not as optimistic as you.</description>
		<content:encoded><![CDATA[<p>Stu: amen. I am interested. But not as optimistic as you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stu</title>
		<link>http://stage.vambenepe.com/archives/436#comment-54337</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Fri, 14 Nov 2008 03:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=436#comment-54337</guid>
		<description>I wouldn&#039;t discount the emergence of a RESTful RDF-based IT model emerging sooner than expected.  Certainly it&#039;s not a mainstream approach, but I think the ability to execute with it will be much greater than CMDBf and WS-Man.  The product features available with such an approach are inspiring.</description>
		<content:encoded><![CDATA[<p>I wouldn&#8217;t discount the emergence of a RESTful RDF-based IT model emerging sooner than expected.  Certainly it&#8217;s not a mainstream approach, but I think the ability to execute with it will be much greater than CMDBf and WS-Man.  The product features available with such an approach are inspiring.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Vambenepe</title>
		<link>http://stage.vambenepe.com/archives/436#comment-54330</link>
		<dc:creator>William Vambenepe</dc:creator>
		<pubDate>Thu, 13 Nov 2008 21:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=436#comment-54330</guid>
		<description>Hi Gil. You obviously haven&#039;t heard of the memo (titled &quot;house prices might not go up forever: analysis of possible impact of a downturn&quot;) that came out of the Lehman Brothers risk analysis team and never made it to the CEO office because of a WS-Addressing version mismatch between the two systems. Or that article (titled &quot;potential conflict of interest of credit rating agencies&quot;) that retirement funds managers never got to read because of WS-Addressing headers not being properly handled by the Web-centric CMS.

There are plenty of bad things out there that haven&#039;t caused the end of the world. &quot;Didn&#039;t destroy the world&quot; is a pretty low bar.</description>
		<content:encoded><![CDATA[<p>Hi Gil. You obviously haven&#8217;t heard of the memo (titled &#8220;house prices might not go up forever: analysis of possible impact of a downturn&#8221;) that came out of the Lehman Brothers risk analysis team and never made it to the CEO office because of a WS-Addressing version mismatch between the two systems. Or that article (titled &#8220;potential conflict of interest of credit rating agencies&#8221;) that retirement funds managers never got to read because of WS-Addressing headers not being properly handled by the Web-centric CMS.</p>
<p>There are plenty of bad things out there that haven&#8217;t caused the end of the world. &#8220;Didn&#8217;t destroy the world&#8221; is a pretty low bar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gilbert Pilz</title>
		<link>http://stage.vambenepe.com/archives/436#comment-54324</link>
		<dc:creator>Gilbert Pilz</dc:creator>
		<pubDate>Thu, 13 Nov 2008 18:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=436#comment-54324</guid>
		<description>Still with this &quot;WS-Addressing is the root of all evil&quot; stuff? People have been using WS-Addressing (both Member Submission and Rec) for a while now and you know something? The world hasn&#039;t ended (attempts to blame the current world financial crisis on the use of WS-Addressing seem specious at best). This continual harping on the necessity for there to be one and only one way of identifying resources seems, well, *unnatural*. In my experience, that&#039;s just not the way IT/CS works. Maybe I&#039;m wrong, but it seems silly to keep yammering on about it.</description>
		<content:encoded><![CDATA[<p>Still with this &#8220;WS-Addressing is the root of all evil&#8221; stuff? People have been using WS-Addressing (both Member Submission and Rec) for a while now and you know something? The world hasn&#8217;t ended (attempts to blame the current world financial crisis on the use of WS-Addressing seem specious at best). This continual harping on the necessity for there to be one and only one way of identifying resources seems, well, *unnatural*. In my experience, that&#8217;s just not the way IT/CS works. Maybe I&#8217;m wrong, but it seems silly to keep yammering on about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Vambenepe</title>
		<link>http://stage.vambenepe.com/archives/436#comment-54322</link>
		<dc:creator>William Vambenepe</dc:creator>
		<pubDate>Thu, 13 Nov 2008 17:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=436#comment-54322</guid>
		<description>Hi Mike. You may be right. But since the creation of this group has been driven by IBM (who doesn&#039;t care much about WS-Transfer but wants WS-RT), the most natural thing to expect is that IBM will put the most resources (no pun intended) in WS-RAWG and will drive WS-RT there. And that the &quot;REST people&quot; that you mention will stay far away from this group. But we&#039;ll see. I guess to a large extent it depends on whether/how Microsoft decides to participate in the group (you know the answer to that, I don&#039;t).

I agree that WS-RT does not cleanly integrate with WS-Transfer. It just pretends to do so in order to be able to present itself as a successor to WS-Management. If the group is really serious about layering WS-RT cleanly on WS-Transfer, it needs to better use SOAP headers and convince IBM to stop repeating &quot;application data goes in the body&quot;, especially when they can&#039;t define &quot;application data&quot;. The fragment support mechanism in WS-Management is a better (but not great) approach. &lt;a href=&quot;http://stage.vambenepe.com/archives/114&quot; rel=&quot;nofollow&quot;&gt;XMLFrag&lt;/a&gt; is an improvement on top of WS-Management&#039;s fragments.</description>
		<content:encoded><![CDATA[<p>Hi Mike. You may be right. But since the creation of this group has been driven by IBM (who doesn&#8217;t care much about WS-Transfer but wants WS-RT), the most natural thing to expect is that IBM will put the most resources (no pun intended) in WS-RAWG and will drive WS-RT there. And that the &#8220;REST people&#8221; that you mention will stay far away from this group. But we&#8217;ll see. I guess to a large extent it depends on whether/how Microsoft decides to participate in the group (you know the answer to that, I don&#8217;t).</p>
<p>I agree that WS-RT does not cleanly integrate with WS-Transfer. It just pretends to do so in order to be able to present itself as a successor to WS-Management. If the group is really serious about layering WS-RT cleanly on WS-Transfer, it needs to better use SOAP headers and convince IBM to stop repeating &#8220;application data goes in the body&#8221;, especially when they can&#8217;t define &#8220;application data&#8221;. The fragment support mechanism in WS-Management is a better (but not great) approach. <a href="http://stage.vambenepe.com/archives/114" rel="nofollow">XMLFrag</a> is an improvement on top of WS-Management&#8217;s fragments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Champion</title>
		<link>http://stage.vambenepe.com/archives/436#comment-54320</link>
		<dc:creator>Mike Champion</dc:creator>
		<pubDate>Thu, 13 Nov 2008 16:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=436#comment-54320</guid>
		<description>What gives you the impression that &quot;this group is not really about WS-Transfer, it’s about WS-ResourceTransfer (WS-RT) which adds fine-grained resource access on top of WS-Transfer&quot;?  WS-RT is clearly important to one of the participants, but it&#039;s not yet clear how others will prioritize it, and what the REST people will make of it.  (Microsoft would prioritize it at the end of the queue -- interesting features for the next generation, but they need to be thought through and integrated more cleanly with Transfer than in the RT submission).

Also, the problem with the &quot;HTTP over SOAP over HTTP&quot; dig at WS-Transfer is that one primary purpose of SOAP is to be protocol neutral.  SOAP is increasingly used over transports such as UDP or JMS (and there are efforts underway at OASIS and W3C to standardize these bindings). Another way to look at this is that WS-Transfer makes *non*-HTTP environments more REST-friendly.

BTW, my crystal ball sees the same future you do for WS-Man and CMDBf :-)</description>
		<content:encoded><![CDATA[<p>What gives you the impression that &#8220;this group is not really about WS-Transfer, it’s about WS-ResourceTransfer (WS-RT) which adds fine-grained resource access on top of WS-Transfer&#8221;?  WS-RT is clearly important to one of the participants, but it&#8217;s not yet clear how others will prioritize it, and what the REST people will make of it.  (Microsoft would prioritize it at the end of the queue &#8212; interesting features for the next generation, but they need to be thought through and integrated more cleanly with Transfer than in the RT submission).</p>
<p>Also, the problem with the &#8220;HTTP over SOAP over HTTP&#8221; dig at WS-Transfer is that one primary purpose of SOAP is to be protocol neutral.  SOAP is increasingly used over transports such as UDP or JMS (and there are efforts underway at OASIS and W3C to standardize these bindings). Another way to look at this is that WS-Transfer makes *non*-HTTP environments more REST-friendly.</p>
<p>BTW, my crystal ball sees the same future you do for WS-Man and CMDBf :-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
