<?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"
	>
<channel>
	<title>Comments on: Flex and PHP web-service</title>
	<atom:link href="http://www.flexer.info/2008/02/17/flex-and-php-web-service/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flexer.info/2008/02/17/flex-and-php-web-service/</link>
	<description>flex developers web corner</description>
	<pubDate>Sat, 11 Oct 2008 12:44:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Virgil Cristea</title>
		<link>http://www.flexer.info/2008/02/17/flex-and-php-web-service/#comment-53</link>
		<dc:creator>Virgil Cristea</dc:creator>
		<pubDate>Tue, 19 Feb 2008 08:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/2008/02/17/flex-and-php-web-service/#comment-53</guid>
		<description>Yes I did try some AMF some time ago. The reason why I chose xml over amf was the market penetration of XML. In cases I return the data directly from MSSQL as an XML and I not want to add another layer to convert it to AMF on the webservices (they are also used by non-Flex Apps).

About security yes you can use setCredential, tokens or even WS-Security methods (I know that Adobe did not implement them in flex but there is a way to make it work.. in the next article).</description>
		<content:encoded><![CDATA[<p>Yes I did try some AMF some time ago. The reason why I chose xml over amf was the market penetration of XML. In cases I return the data directly from MSSQL as an XML and I not want to add another layer to convert it to AMF on the webservices (they are also used by non-Flex Apps).</p>
<p>About security yes you can use setCredential, tokens or even WS-Security methods (I know that Adobe did not implement them in flex but there is a way to make it work.. in the next article).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Badu</title>
		<link>http://www.flexer.info/2008/02/17/flex-and-php-web-service/#comment-52</link>
		<dc:creator>Badu</dc:creator>
		<pubDate>Tue, 19 Feb 2008 06:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/2008/02/17/flex-and-php-web-service/#comment-52</guid>
		<description>I'm using AMF.PHP - which in fact, introduced me to Flex - which seems much simpler/faster, in a sense of developing. Have you tried it?
Regarding security issues (from previous post in series), besides setCredential, you can use a internal appID which is sent with every message to the service (build your Flex class this way) - so you make sure that your application is the only one that uses your service.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using AMF.PHP - which in fact, introduced me to Flex - which seems much simpler/faster, in a sense of developing. Have you tried it?<br />
Regarding security issues (from previous post in series), besides setCredential, you can use a internal appID which is sent with every message to the service (build your Flex class this way) - so you make sure that your application is the only one that uses your service.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
