<?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>Bagesh Singh&#039;s Blog &#187; REST</title>
	<atom:link href="http://www.bageshsingh.com/bagesh-blog/tag/rest/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bageshsingh.com/bagesh-blog</link>
	<description>Shortest Distance to  Web Solutions &#38; Software Solutions</description>
	<lastBuildDate>Wed, 22 Feb 2012 18:42:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Web Services and PHP</title>
		<link>http://www.bageshsingh.com/bagesh-blog/2010/03/web-services-and-php-%e2%80%93-soap-vs-xml-rpc-vs-rest-2/</link>
		<comments>http://www.bageshsingh.com/bagesh-blog/2010/03/web-services-and-php-%e2%80%93-soap-vs-xml-rpc-vs-rest-2/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 11:28:02 +0000</pubDate>
		<dc:creator>Bagesh Singh</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[web services]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[SOAP]]></category>
		<category><![CDATA[XML-RPC]]></category>

		<guid isPermaLink="false">http://www.bageshsingh.com/bagesh-blog/?p=217</guid>
		<description><![CDATA[What is web services? In a typical web surfing scenario, a visitor visits a website and use the functionality provided by that particular website.HTTP request is send to server from web browsers and server responses are translated by browser to display the desired result of the visitor. But, this scenario has been changed in the [...]]]></description>
			<content:encoded><![CDATA[<h4>What is web services?</h4>
<p>In a typical web surfing scenario, a  visitor visits a website and use the functionality provided by that  particular website.HTTP request is send to server from web browsers and  server responses are translated by browser to display the desired result  of the visitor. But, this scenario has been changed in the recent days.  You don</p>
<div id="seo_alrp_related"><h2>Posts Related to Web Services and PHP </h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/03/web-services-and-php-%e2%80%93-soap-vs-xml-rpc-vs-rest/" rel="bookmark">Web Services and PHP</a></h3><p>What is web services? In a typical web surfing scenario, a visitor visits a website and use the functionality provided by that particular website.HTTP request ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/06/how-to-check-the-user%e2%80%99s-browser-type-and-platform-in-php/" rel="bookmark">How to check the user</a></h3><p>Sooner or later it might become necessary to write an application that tracks site visitor browser types. Here</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2011/05/php-mysql-functions-list/" rel="bookmark">PHP Mysql Functions List</a></h3><p>mysql_affected_rows — Get number of affected rows in previous MySQL operation mysql_change_user — Change logged in user of the active connection mysql_client_encoding — Returns the ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2011/01/drupal-training-in-delhi/" rel="bookmark">Drupal Training in delhi</a></h3><p>PHP, or PHP: Hypertext Preprocessor, is a widely used, general-purpose scripting language that was originally designed for web development, to produce dynamic web pages. It ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/02/how-to-redirect-browser-to-https-ssl-in-php/" rel="bookmark">How to redirect browser to https (ssl) in php</a></h3><p>Most of the e-commerce website uses payment gateway for online payment. And, those sites uses SSL (secure socket layer) connection to transfer data to and ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.bageshsingh.com/bagesh-blog/2010/03/web-services-and-php-%e2%80%93-soap-vs-xml-rpc-vs-rest-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Services and PHP</title>
		<link>http://www.bageshsingh.com/bagesh-blog/2010/03/web-services-and-php-%e2%80%93-soap-vs-xml-rpc-vs-rest/</link>
		<comments>http://www.bageshsingh.com/bagesh-blog/2010/03/web-services-and-php-%e2%80%93-soap-vs-xml-rpc-vs-rest/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 16:17:20 +0000</pubDate>
		<dc:creator>Bagesh Singh</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[SOAP]]></category>
		<category><![CDATA[web services]]></category>
		<category><![CDATA[XML-RPC]]></category>

		<guid isPermaLink="false">http://www.bageshsingh.com/bagesh-blog/?p=109</guid>
		<description><![CDATA[What is web services? In a typical web surfing scenario, a visitor visits a website and use the functionality provided by that particular website.HTTP request is send to server from web browsers and server responses are translated by browser to display the desired result of the visitor. But, this scenario has been changed in the [...]]]></description>
			<content:encoded><![CDATA[<h4>What is web services?</h4>
<p>In a typical web surfing scenario, a visitor visits a website and use the functionality provided by that particular website.HTTP request is send to server from web browsers and server responses are translated by browser to display the desired result of the visitor. But, this scenario has been changed in the recent days. You don</p>
<div id="seo_alrp_related"><h2>Posts Related to Web Services and PHP </h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/03/web-services-and-php-%e2%80%93-soap-vs-xml-rpc-vs-rest-2/" rel="bookmark">Web Services and PHP</a></h3><p>What is web services? In a typical web surfing scenario, a visitor visits a website and use the functionality provided by that particular website.HTTP request ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/06/how-to-check-the-user%e2%80%99s-browser-type-and-platform-in-php/" rel="bookmark">How to check the user</a></h3><p>Sooner or later it might become necessary to write an application that tracks site visitor browser types. Here</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2011/05/php-mysql-functions-list/" rel="bookmark">PHP Mysql Functions List</a></h3><p>mysql_affected_rows — Get number of affected rows in previous MySQL operation mysql_change_user — Change logged in user of the active connection mysql_client_encoding — Returns the ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2011/01/drupal-training-in-delhi/" rel="bookmark">Drupal Training in delhi</a></h3><p>PHP, or PHP: Hypertext Preprocessor, is a widely used, general-purpose scripting language that was originally designed for web development, to produce dynamic web pages. It ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/02/how-to-redirect-browser-to-https-ssl-in-php/" rel="bookmark">How to redirect browser to https (ssl) in php</a></h3><p>Most of the e-commerce website uses payment gateway for online payment. And, those sites uses SSL (secure socket layer) connection to transfer data to and ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.bageshsingh.com/bagesh-blog/2010/03/web-services-and-php-%e2%80%93-soap-vs-xml-rpc-vs-rest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

