<?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>CRONY INFOTECH &#187; web development</title>
	<atom:link href="http://www.cronyinfotech.com/blog/category/web-development-web-enable-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cronyinfotech.com/blog</link>
	<description>Web Design, Web Application and E-commerce Service provider</description>
	<lastBuildDate>Tue, 23 Sep 2008 08:51:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>SOAP &amp; Web Services</title>
		<link>http://www.cronyinfotech.com/blog/2008/04/soap-web-services/</link>
		<comments>http://www.cronyinfotech.com/blog/2008/04/soap-web-services/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 20:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[web services]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[What are Web Services? Web services are application components Web services communicate using open protocols Web services are self-contained and self-describing Web services can be discovered using UDDI Web services can be used by other applications XML is the basis for Web services How Does it Work? The basic Web services platform is XML + [...]]]></description>
			<content:encoded><![CDATA[<h2>What are Web Services?</h2>
<ul>
<li>Web services are application components</li>
<li>Web services communicate using open protocols</li>
<li>Web services are self-contained and self-describing</li>
<li>Web services can be discovered using UDDI</li>
<li>Web services can be used by other applications</li>
<li>XML is the basis for Web services</li>
</ul>
<h2>How Does it Work?</h2>
<p><strong>The basic Web services platform is XML + HTTP.</strong></p>
<p>The HTTP protocol is the most used Internet protocol.</p>
<p>XML provides a language which can be used between different platforms and  programming languages and still express complex messages and functions.</p>
<p><strong>Web services platform elements</strong></p>
<ul>
<li>SOAP (Simple Object Access Protocol)</li>
<li>UDDI (Universal Description, Discovery and Integration)</li>
<li>WSDL (Web Services Description Language)</li>
</ul>
<p>We will explain these topics later in the tutorial</p>
<h2>Web services have two types of uses.</h2>
<p><strong>Reusable application components</strong></p>
<p>There are things different applications need very often.  So why make these over and over again?</p>
<p>Web services can offer application components like currency conversion,  weather reports or even language translation as services.</p>
<p>Ideally, there will only be one type of each application component, and  anyone can use it in their application.</p>
<p><strong>Connect existing software</strong></p>
<p>Web services help solve the interoperability problem  by giving different applications a way to link their data.</p>
<p>Using Web services you can exchange data between different applications and  different platforms.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cronyinfotech.com/blog/2008/04/soap-web-services/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
