<?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: Reliability of SOAP over HTTP Web Services</title>
	<atom:link href="http://myarch.com/reliability-of-soap-over-http-web-services/feed" rel="self" type="application/rss+xml" />
	<link>http://myarch.com/reliability-of-soap-over-http-web-services</link>
	<description>Builds and bytes</description>
	<lastBuildDate>Tue, 02 Mar 2010 08:23:48 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Does Web Services Message Provide Reliability? - Sketch Blog</title>
		<link>http://myarch.com/reliability-of-soap-over-http-web-services/comment-page-1#comment-34877</link>
		<dc:creator>Does Web Services Message Provide Reliability? - Sketch Blog</dc:creator>
		<pubDate>Thu, 02 Apr 2009 14:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/reliability-of-soap-over-http-web-services#comment-34877</guid>
		<description>[...] Sepc http://specs.xmlsoap.org/ws/2005/02/rm/ws-reliablemessaging.pdf MSDN  http://msdn2.microsoft.com/en-us/library/ms951247.aspx Reliability of SOAP over HTTP Web Services [Very good blog entry] http://www.myarch.com/reliability-of-soap-over-http-web-services [...]</description>
		<content:encoded><![CDATA[<p>[...] Sepc <a href="http://specs.xmlsoap.org/ws/2005/02/rm/ws-reliablemessaging.pdf" rel="nofollow">http://specs.xmlsoap.org/ws/2005/02/rm/ws-reliablemessaging.pdf</a> MSDN  <a href="http://msdn2.microsoft.com/en-us/library/ms951247.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/ms951247.aspx</a> Reliability of SOAP over HTTP Web Services [Very good blog entry] <a href="http://www.myarch.com/reliability-of-soap-over-http-web-services" rel="nofollow">http://www.myarch.com/reliability-of-soap-over-http-web-services</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jags</title>
		<link>http://myarch.com/reliability-of-soap-over-http-web-services/comment-page-1#comment-18610</link>
		<dc:creator>Jags</dc:creator>
		<pubDate>Mon, 10 Dec 2007 07:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/reliability-of-soap-over-http-web-services#comment-18610</guid>
		<description>Hi,

 this article gave me a good insight about what options we have w.r.t soap/http. 

I have query regarding implementation of reliable Messaging using WSE 3.0 over http. Almost all the samples/documentation i got talk about using tcp. In my case i cannot use tcp (i need to connect a laptop to the server using wse and upload/downlaod data), and will have to implement reliable messaging over http. Could you throw some light on how i can achieve this ? or whether it is possible to use wse 3.0 for reliable messaging using http ?

regards</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p> this article gave me a good insight about what options we have w.r.t soap/http. </p>
<p>I have query regarding implementation of reliable Messaging using WSE 3.0 over http. Almost all the samples/documentation i got talk about using tcp. In my case i cannot use tcp (i need to connect a laptop to the server using wse and upload/downlaod data), and will have to implement reliable messaging over http. Could you throw some light on how i can achieve this ? or whether it is possible to use wse 3.0 for reliable messaging using http ?</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthik</title>
		<link>http://myarch.com/reliability-of-soap-over-http-web-services/comment-page-1#comment-15166</link>
		<dc:creator>Karthik</dc:creator>
		<pubDate>Mon, 24 Sep 2007 07:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/reliability-of-soap-over-http-web-services#comment-15166</guid>
		<description>We have developed a webservice client in C++ using SOAP toolkit. Different requests are sent to the web service sequentially in a loop.

Problem is that if one request fails for genuine “TIMEOUT”, all successive request fails with “TIMEOUT”. 


We have 1,2,3,4 and 5 request in a loop. Request 3 fails for genuine TIME OUT

1,2,3,4,5 - 
1,2 - Success
3,4,5 - Failed

1,2,4,5,3
1,2,4,5 – Success
3 Failed


1,2,4,3,5

1,2,4 – Success
3,5 – Failed

3,1,2,4,5

All failed

Can anyone tell me why failure is happening? I know 3 is the culprit, but why it is affecting successive web service calls</description>
		<content:encoded><![CDATA[<p>We have developed a webservice client in C++ using SOAP toolkit. Different requests are sent to the web service sequentially in a loop.</p>
<p>Problem is that if one request fails for genuine “TIMEOUT”, all successive request fails with “TIMEOUT”. </p>
<p>We have 1,2,3,4 and 5 request in a loop. Request 3 fails for genuine TIME OUT</p>
<p>1,2,3,4,5 -<br />
1,2 &#8211; Success<br />
3,4,5 &#8211; Failed</p>
<p>1,2,4,5,3<br />
1,2,4,5 – Success<br />
3 Failed</p>
<p>1,2,4,3,5</p>
<p>1,2,4 – Success<br />
3,5 – Failed</p>
<p>3,1,2,4,5</p>
<p>All failed</p>
<p>Can anyone tell me why failure is happening? I know 3 is the culprit, but why it is affecting successive web service calls</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lailesh</title>
		<link>http://myarch.com/reliability-of-soap-over-http-web-services/comment-page-1#comment-12654</link>
		<dc:creator>Lailesh</dc:creator>
		<pubDate>Thu, 26 Jul 2007 07:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/reliability-of-soap-over-http-web-services#comment-12654</guid>
		<description>I like the plain, simple explanantion and the scenarios&#039;s where it can be used.</description>
		<content:encoded><![CDATA[<p>I like the plain, simple explanantion and the scenarios&#8217;s where it can be used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Ananiev</title>
		<link>http://myarch.com/reliability-of-soap-over-http-web-services/comment-page-1#comment-8563</link>
		<dc:creator>Alexander Ananiev</dc:creator>
		<pubDate>Thu, 17 May 2007 21:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/reliability-of-soap-over-http-web-services#comment-8563</guid>
		<description>Hi, 
Thanks for you comments. Transport protocols for Web services is a big topic which is covered relatively poorly, especially SOAP/JMS. Unfortunately, I don&#039;t have any updates to this post. I&#039;m planning to do a post on the use of JMS for Web services but I can&#039;t really say when it is going to happen. 

Regards, 
Alexander</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for you comments. Transport protocols for Web services is a big topic which is covered relatively poorly, especially SOAP/JMS. Unfortunately, I don&#8217;t have any updates to this post. I&#8217;m planning to do a post on the use of JMS for Web services but I can&#8217;t really say when it is going to happen. </p>
<p>Regards,<br />
Alexander</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nuisance Architect</title>
		<link>http://myarch.com/reliability-of-soap-over-http-web-services/comment-page-1#comment-8502</link>
		<dc:creator>Nuisance Architect</dc:creator>
		<pubDate>Mon, 14 May 2007 12:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/reliability-of-soap-over-http-web-services#comment-8502</guid>
		<description>Hi,

Your website is by far the best.  The way you explain things made things so simple.  I am now ask by my supervisor to come up with a transport standards for all our web service implementation.  And I would like to know if you have any update on this article.   

Regards,
The Pooh</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Your website is by far the best.  The way you explain things made things so simple.  I am now ask by my supervisor to come up with a transport standards for all our web service implementation.  And I would like to know if you have any update on this article.   </p>
<p>Regards,<br />
The Pooh</p>
]]></content:encoded>
	</item>
</channel>
</rss>
