<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pro-Tek Blog &#187; REST web service</title>
	<atom:link href="http://www.pro-tekconsulting.com/blog/category/rest-web-service/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pro-tekconsulting.com/blog</link>
	<description>For UI developers / UI designers and UI trends</description>
	<lastBuildDate>Thu, 05 Sep 2019 03:59:47 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.34</generator>
	<item>
		<title>WHAT IS THE DIFFERENCE BETWEEN A REST WEB SERVICE AND A SOAP WEB SERVICE?</title>
		<link>http://www.pro-tekconsulting.com/blog/what-is-the-difference-between-a-rest-web-service-and-a-soap-web-service/</link>
		<comments>http://www.pro-tekconsulting.com/blog/what-is-the-difference-between-a-rest-web-service-and-a-soap-web-service/#comments</comments>
		<pubDate>Tue, 11 Jul 2017 05:42:13 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[REST web service]]></category>
		<category><![CDATA[SOAP web service]]></category>

		<guid isPermaLink="false">http://www.pro-tekconsulting.com/blog/?p=2060</guid>
		<description><![CDATA[<p>What is the difference between a REST web service and a SOAP web service? Below are the main differences between REST and SOAP web service REST supports different formats like text, JSON and XML; SOAP only supports XML. REST works only over HTTP(S) on a transport layer; SOAP can be used different protocols on a [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/what-is-the-difference-between-a-rest-web-service-and-a-soap-web-service/">WHAT IS THE DIFFERENCE BETWEEN A REST WEB SERVICE AND A SOAP WEB SERVICE?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h4>What is the difference between a REST web service and a SOAP web service?</h4>
<p>Below are the main differences between REST and SOAP web service</p>
<ul>
<li>REST supports different formats like text, JSON and XML; SOAP only supports XML.</li>
<li>REST works only over HTTP(S) on a transport layer; SOAP can be used different protocols on a transport layer.</li>
<li>REST works with resources, each unique URL is some representation of a resource; SOAP works with operations, which implements some business logic through different interfaces.</li>
<li>SOAP based reads can’t be cached, for SOAP we need to provide caching; REST based reads can be cached.</li>
<li>SOAP supports SSL security and WS-security(Web Service-security); REST only supports SSL security.</li>
<li>SOAP supports ACID (Atomicity, Consistency, Isolation, Durability); REST supports transactions, but it is neither ACID compliant nor can provide two phase commit.</li>
</ul>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/what-is-the-difference-between-a-rest-web-service-and-a-soap-web-service/">WHAT IS THE DIFFERENCE BETWEEN A REST WEB SERVICE AND A SOAP WEB SERVICE?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pro-tekconsulting.com/blog/what-is-the-difference-between-a-rest-web-service-and-a-soap-web-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
