<?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: The Web Services Proxy Concept</title>
	<atom:link href="http://winterdom.com/2003/06/thewebservicesproxyconcept/feed" rel="self" type="application/rss+xml" />
	<link>http://winterdom.com/2003/06/thewebservicesproxyconcept</link>
	<description>by dæmons be driven</description>
	<lastBuildDate>Tue, 16 Mar 2010 06:33:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gerke Geurts</title>
		<link>http://winterdom.com/2003/06/thewebservicesproxyconcept/comment-page-1#comment-251</link>
		<dc:creator>Gerke Geurts</dc:creator>
		<pubDate>Fri, 11 Jul 2003 00:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://winterdom.com/2003/06/thewebservicesproxyconcept#comment-251</guid>
		<description>&lt;p&gt;I think proxies are still useful to invoke web services to allow an easy programming model that facilitates the serialisation and transmission of service invocations. What we must not expect is to get back an answer while the code that invoked the service is alive, i.e. the proxy should not wait for a service reply. In fact you would need to restrict the proxy possibilities to everything you are allowed to do when invoking COM+ queued components.&lt;/p&gt;
&lt;p&gt;How than can a service consumer handle response messages? The service consumer will have to be a service himself, offering operations that the service provider can invoke to communicate back results of the original service invocation.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think proxies are still useful to invoke web services to allow an easy programming model that facilitates the serialisation and transmission of service invocations. What we must not expect is to get back an answer while the code that invoked the service is alive, i.e. the proxy should not wait for a service reply. In fact you would need to restrict the proxy possibilities to everything you are allowed to do when invoking COM+ queued components.</p>
<p>How than can a service consumer handle response messages? The service consumer will have to be a service himself, offering operations that the service provider can invoke to communicate back results of the original service invocation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorgen Thelin</title>
		<link>http://winterdom.com/2003/06/thewebservicesproxyconcept/comment-page-1#comment-250</link>
		<dc:creator>Jorgen Thelin</dc:creator>
		<pubDate>Wed, 11 Jun 2003 06:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://winterdom.com/2003/06/thewebservicesproxyconcept#comment-250</guid>
		<description>&lt;p&gt;I posted some comments in my weblog here:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.thearchitect.co.uk/weblog/archives/2003/06/000173.html&quot; rel=&quot;nofollow&quot;&gt;http://www.thearchitect.co.uk/weblog/archives/2003/06/000173.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;- Jorgen&lt;br /&gt;
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I posted some comments in my weblog here:</p>
<p><a href="http://www.thearchitect.co.uk/weblog/archives/2003/06/000173.html" rel="nofollow">http://www.thearchitect.co.uk/weblog/archives/2003/06/000173.html</a></p>
<p>- Jorgen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Weyer</title>
		<link>http://winterdom.com/2003/06/thewebservicesproxyconcept/comment-page-1#comment-249</link>
		<dc:creator>Christian Weyer</dc:creator>
		<pubDate>Sat, 07 Jun 2003 11:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://winterdom.com/2003/06/thewebservicesproxyconcept#comment-249</guid>
		<description>&lt;p&gt;OK, now that we are allowed to talk about it: just read Ingo&#039;s comment on WSE 2.0 ;-)&lt;br /&gt;
&lt;a href=&quot;http://www.ingorammer.com/weblog/archives/001293.html&quot; rel=&quot;nofollow&quot;&gt;http://www.ingorammer.com/weblog/archives/001293.html&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>OK, now that we are allowed to talk about it: just read Ingo&#8217;s comment on WSE 2.0 <img src='http://winterdom.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> <br />
<a href="http://www.ingorammer.com/weblog/archives/001293.html" rel="nofollow">http://www.ingorammer.com/weblog/archives/001293.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas Restrepo</title>
		<link>http://winterdom.com/2003/06/thewebservicesproxyconcept/comment-page-1#comment-247</link>
		<dc:creator>Tomas Restrepo</dc:creator>
		<pubDate>Fri, 06 Jun 2003 08:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://winterdom.com/2003/06/thewebservicesproxyconcept#comment-247</guid>
		<description>&lt;p&gt;Chris: I don&#039;t think navigating the DOM manually is necessarily a better option, but I think something else, more closely mapped to messaging semantics, could be a better way. I&#039;m not sure what yet, but I have some ideas I hope to explore soon!&lt;/p&gt;
&lt;p&gt;Christian: Yes! That&#039;s pretty much what I&#039;m looking for!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Chris: I don&#8217;t think navigating the DOM manually is necessarily a better option, but I think something else, more closely mapped to messaging semantics, could be a better way. I&#8217;m not sure what yet, but I have some ideas I hope to explore soon!</p>
<p>Christian: Yes! That&#8217;s pretty much what I&#8217;m looking for!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastien Lambla</title>
		<link>http://winterdom.com/2003/06/thewebservicesproxyconcept/comment-page-1#comment-246</link>
		<dc:creator>Sebastien Lambla</dc:creator>
		<pubDate>Fri, 06 Jun 2003 05:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://winterdom.com/2003/06/thewebservicesproxyconcept#comment-246</guid>
		<description>&lt;p&gt;See url&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>See url</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Weyer</title>
		<link>http://winterdom.com/2003/06/thewebservicesproxyconcept/comment-page-1#comment-245</link>
		<dc:creator>Christian Weyer</dc:creator>
		<pubDate>Fri, 06 Jun 2003 01:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://winterdom.com/2003/06/thewebservicesproxyconcept#comment-245</guid>
		<description>&lt;p&gt;Of course I can understand your sentiments, Tomas. But perhaps - at least for the HTTP-branded moment - we should just make a difference between the messaging model and the programming model ...? Doc/literal would make perfectly more sense with a real messaging infrastructure, i.e. with an asynchronous, decoupled communication layer. I like the idea of mapping SOAP over MSMQ. And then just use &#039;bare&#039; SOAP messages ([SoapDocumentMethod(ParameterStyle = SoapParameterStyle.Bare)]&lt;br /&gt;
) - then we are a bit closer to what you are looking, I guess?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Of course I can understand your sentiments, Tomas. But perhaps &#8211; at least for the HTTP-branded moment &#8211; we should just make a difference between the messaging model and the programming model &#8230;? Doc/literal would make perfectly more sense with a real messaging infrastructure, i.e. with an asynchronous, decoupled communication layer. I like the idea of mapping SOAP over MSMQ. And then just use &#8216;bare&#8217; SOAP messages ([SoapDocumentMethod(ParameterStyle = SoapParameterStyle.Bare)]<br />
) &#8211; then we are a bit closer to what you are looking, I guess?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Brooks</title>
		<link>http://winterdom.com/2003/06/thewebservicesproxyconcept/comment-page-1#comment-244</link>
		<dc:creator>Chris Brooks</dc:creator>
		<pubDate>Thu, 05 Jun 2003 22:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://winterdom.com/2003/06/thewebservicesproxyconcept#comment-244</guid>
		<description>&lt;p&gt;I see your point about the temptation these tools create, but I don&#039;t see anything fundamentally wrong with the mapping/serialization that I get with a strong development platform.  Is navigating a DOM or issuing XPATH queries supposed to make me feel better?  I guess I&#039;m trying to understand what you would propose is better.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I see your point about the temptation these tools create, but I don&#8217;t see anything fundamentally wrong with the mapping/serialization that I get with a strong development platform.  Is navigating a DOM or issuing XPATH queries supposed to make me feel better?  I guess I&#8217;m trying to understand what you would propose is better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Fell</title>
		<link>http://winterdom.com/2003/06/thewebservicesproxyconcept/comment-page-1#comment-248</link>
		<dc:creator>Simon Fell</dc:creator>
		<pubDate>Thu, 05 Jun 2003 10:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://winterdom.com/2003/06/thewebservicesproxyconcept#comment-248</guid>
		<description>&lt;p&gt;Yeah, I&#039;ve been saying for a while that doc/lit as most people do it (i.e. the default ASP.NET stuff), is RPC is everything but name.&lt;/p&gt;
&lt;p&gt;Have you thought about what a non-RPC programming model would look like (starting from WSDL) ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yeah, I&#8217;ve been saying for a while that doc/lit as most people do it (i.e. the default ASP.NET stuff), is RPC is everything but name.</p>
<p>Have you thought about what a non-RPC programming model would look like (starting from WSDL) ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
