<?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: Simple Recipe for SOAP Echo Service</title>
	<atom:link href="http://parand.com/say/index.php/2005/11/03/simple-recipe-for-soap-echo-service/feed/" rel="self" type="application/rss+xml" />
	<link>http://parand.com/say/index.php/2005/11/03/simple-recipe-for-soap-echo-service/</link>
	<description>Parand Tony Darugar: A Cruel and Petty Dictator</description>
	<lastBuildDate>Thu, 10 May 2012 16:52:02 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ivan Stojic</title>
		<link>http://parand.com/say/index.php/2005/11/03/simple-recipe-for-soap-echo-service/comment-page-1/#comment-15703</link>
		<dc:creator>Ivan Stojic</dc:creator>
		<pubDate>Tue, 03 Oct 2006 07:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.parand.com/say/index.php/2005/11/03/simple-recipe-for-soap-echo-service/#comment-15703</guid>
		<description>I like the concept. It is a bit misleading to call it an echo server when in fact it doesn&#039;t echo anything, but that&#039;s a really small issue if all you are trying to do is to get a basic SOAP functionality working from your client.

Nice!</description>
		<content:encoded><![CDATA[<p>I like the concept. It is a bit misleading to call it an echo server when in fact it doesn&#8217;t echo anything, but that&#8217;s a really small issue if all you are trying to do is to get a basic SOAP functionality working from your client.</p>
<p>Nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parand Darugar</title>
		<link>http://parand.com/say/index.php/2005/11/03/simple-recipe-for-soap-echo-service/comment-page-1/#comment-1769</link>
		<dc:creator>Parand Darugar</dc:creator>
		<pubDate>Wed, 23 Nov 2005 18:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.parand.com/say/index.php/2005/11/03/simple-recipe-for-soap-echo-service/#comment-1769</guid>
		<description>Stefan, excellent point, of course an echo server should echo the input, which this setup doesn&#039;t. I used the term simply because the people who were originally looking to implement the &quot;echo server&quot; were returning simple static content.

What I&#039;ve described here is a ping service or something like that. What we ended up doing was using a php script to embed a few pieces of info (eg. current time in miliseconds, ip address of calling party, etc) into the response so it&#039;s not entirely static, but doesn&#039;t echo the input either. The php document is basically an XML doc that has contents of the fields filled in by small php segments. I&#039;ll post it one of these days.</description>
		<content:encoded><![CDATA[<p>Stefan, excellent point, of course an echo server should echo the input, which this setup doesn&#8217;t. I used the term simply because the people who were originally looking to implement the &#8220;echo server&#8221; were returning simple static content.</p>
<p>What I&#8217;ve described here is a ping service or something like that. What we ended up doing was using a php script to embed a few pieces of info (eg. current time in miliseconds, ip address of calling party, etc) into the response so it&#8217;s not entirely static, but doesn&#8217;t echo the input either. The php document is basically an XML doc that has contents of the fields filled in by small php segments. I&#8217;ll post it one of these days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Tilkov</title>
		<link>http://parand.com/say/index.php/2005/11/03/simple-recipe-for-soap-echo-service/comment-page-1/#comment-1756</link>
		<dc:creator>Stefan Tilkov</dc:creator>
		<pubDate>Tue, 22 Nov 2005 23:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.parand.com/say/index.php/2005/11/03/simple-recipe-for-soap-echo-service/#comment-1756</guid>
		<description>I must be missing something, but isn&#039;t an echo server supposed to return something *different* depending on the SOAP request? How can this be a static page?</description>
		<content:encoded><![CDATA[<p>I must be missing something, but isn&#8217;t an echo server supposed to return something *different* depending on the SOAP request? How can this be a static page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Radcliff</title>
		<link>http://parand.com/say/index.php/2005/11/03/simple-recipe-for-soap-echo-service/comment-page-1/#comment-1488</link>
		<dc:creator>Chris Radcliff</dc:creator>
		<pubDate>Fri, 04 Nov 2005 18:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.parand.com/say/index.php/2005/11/03/simple-recipe-for-soap-echo-service/#comment-1488</guid>
		<description>Fantastic idea.  It really undersores how _simple_ SOAP was supposed to be, and how complicated everyone makes it.

I&#039;m pretty sure that the Apache prohibition against POSTing to a static page is a config option.  Don&#039;t quote me on that, but it&#039;s worth looking into if you want to do real load testing without swamping the poor PHP/scripting system.</description>
		<content:encoded><![CDATA[<p>Fantastic idea.  It really undersores how _simple_ SOAP was supposed to be, and how complicated everyone makes it.</p>
<p>I&#8217;m pretty sure that the Apache prohibition against POSTing to a static page is a config option.  Don&#8217;t quote me on that, but it&#8217;s worth looking into if you want to do real load testing without swamping the poor PHP/scripting system.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

