<?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 for IT and Mobile Development</title>
	<atom:link href="http://alkankoray.net/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://alkankoray.net/blog</link>
	<description>blog.alkankoray.net</description>
	<lastBuildDate>Thu, 05 Apr 2012 09:46:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Shortcuts Cheat Sheet for &#8220;vi&#8221; by Mitchel Drumm</title>
		<link>http://alkankoray.net/blog/?p=153#comment-85</link>
		<dc:creator>Mitchel Drumm</dc:creator>
		<pubDate>Thu, 05 Apr 2012 09:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://alkankoray.net/blog/?p=153#comment-85</guid>
		<description>Resources like the one you mentioned here will be very useful to me! I will post a link to this page on my blog. I am sure my visitors will find that very useful.</description>
		<content:encoded><![CDATA[<p>Resources like the one you mentioned here will be very useful to me! I will post a link to this page on my blog. I am sure my visitors will find that very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shortcuts Cheat Sheet for &#8220;vi&#8221; by Homepage</title>
		<link>http://alkankoray.net/blog/?p=153#comment-84</link>
		<dc:creator>Homepage</dc:creator>
		<pubDate>Thu, 05 Apr 2012 06:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://alkankoray.net/blog/?p=153#comment-84</guid>
		<description>&lt;strong&gt;... [Trackback]...&lt;/strong&gt;

[...] Find More Informations here: alkankoray.net/blog/?p=153 [...]...</description>
		<content:encoded><![CDATA[<p><strong>&#8230; [Trackback]&#8230;</strong></p>
<p>[...] Find More Informations here: alkankoray.net/blog/?p=153 [...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a Simple Web Service Using SOAP on PHP by alkankoray</title>
		<link>http://alkankoray.net/blog/?p=55#comment-8</link>
		<dc:creator>alkankoray</dc:creator>
		<pubDate>Sun, 25 Dec 2011 10:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://alkankoray.net/?p=55#comment-8</guid>
		<description>Above was a real-simple example on how to convert a POST to a standalone application using Web Services. Of course, it would not make any sense if both send and receive routines are running on the same server but consider a multi-tier application, or a multi-platform application using various environments and still needs to access a Database on a DB Server.
1- Interoperability: Company A provides a service to its customers both via internet, a desktop application and a mobile application (on an iPhone or an Android device). All of the devices can access and run the applications on the web server using simple POST methods, so no need for a &quot;platform-dependent&quot; implementation. 
2- Security: You probably do not want to expose your database to internet. So placing another tier between world wide web and your DB server by implementing a Web Service would be a great solution.
3- Load-balancing: Placing a web application between your DB Server and your Client application will help you load-balance your environment. No excessive calls are made on your DB Server unless it&#039;s necessary. 

Regarding pros and cons, there are great resources on the internet, to start with: http://en.wikipedia.org/wiki/SOAP</description>
		<content:encoded><![CDATA[<p>Above was a real-simple example on how to convert a POST to a standalone application using Web Services. Of course, it would not make any sense if both send and receive routines are running on the same server but consider a multi-tier application, or a multi-platform application using various environments and still needs to access a Database on a DB Server.<br />
1- Interoperability: Company A provides a service to its customers both via internet, a desktop application and a mobile application (on an iPhone or an Android device). All of the devices can access and run the applications on the web server using simple POST methods, so no need for a &#8220;platform-dependent&#8221; implementation.<br />
2- Security: You probably do not want to expose your database to internet. So placing another tier between world wide web and your DB server by implementing a Web Service would be a great solution.<br />
3- Load-balancing: Placing a web application between your DB Server and your Client application will help you load-balance your environment. No excessive calls are made on your DB Server unless it&#8217;s necessary. </p>
<p>Regarding pros and cons, there are great resources on the internet, to start with: <a href="http://en.wikipedia.org/wiki/SOAP" rel="nofollow">http://en.wikipedia.org/wiki/SOAP</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a Simple Web Service Using SOAP on PHP by John</title>
		<link>http://alkankoray.net/blog/?p=55#comment-4</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 20 Dec 2011 14:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://alkankoray.net/?p=55#comment-4</guid>
		<description>Hi. Was just wondering... Why use SOAP? It seems from the above code you are doing a simple POST... something you could have done by using simple PHP. What are the advantages on using SOAP? Are there any disadvantages?</description>
		<content:encoded><![CDATA[<p>Hi. Was just wondering&#8230; Why use SOAP? It seems from the above code you are doing a simple POST&#8230; something you could have done by using simple PHP. What are the advantages on using SOAP? Are there any disadvantages?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a Simple Web Service Using SOAP on PHP by alkankoray</title>
		<link>http://alkankoray.net/blog/?p=55#comment-3</link>
		<dc:creator>alkankoray</dc:creator>
		<pubDate>Mon, 19 Dec 2011 16:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://alkankoray.net/?p=55#comment-3</guid>
		<description>Thanks Tracey!</description>
		<content:encoded><![CDATA[<p>Thanks Tracey!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a Simple Web Service Using SOAP on PHP by Tracey</title>
		<link>http://alkankoray.net/blog/?p=55#comment-2</link>
		<dc:creator>Tracey</dc:creator>
		<pubDate>Sat, 17 Dec 2011 20:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://alkankoray.net/?p=55#comment-2</guid>
		<description>hi, perfect blog site, and a very good understand! definitely one for my favorites.</description>
		<content:encoded><![CDATA[<p>hi, perfect blog site, and a very good understand! definitely one for my favorites.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

