<?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 on: Hacking the AMFPHP Deserializer with Propel</title>
	<atom:link href="http://www.herrodius.com/blog/142/feed" rel="self" type="application/rss+xml" />
	<link>http://www.herrodius.com/blog/142</link>
	<description>Thoughts from a software developer</description>
	<lastBuildDate>Fri, 12 Mar 2010 14:56:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Thomas</title>
		<link>http://www.herrodius.com/blog/142/comment-page-1#comment-14271</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Mon, 15 Feb 2010 01:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/142#comment-14271</guid>
		<description>Hi Christophe.

I&#039;m actually working with AMFPHP, and I&#039;ve the problem you tried to solve.
I can&#039;t send some value objects to AMFPHP, this operation works only in one way, from PHP to client.

When I try, I get this:
[RPC Fault faultString=&quot;error&quot; faultCode=&quot;Channel.Call.Failed&quot; faultDetail=&quot;NetConnection.Call.Failed: HTTP: Status 500&quot;]

Is it because I use a old version of AMF ? (1.9 beta 2), or is it because this operation is not possible ?
I also tried you&#039;re AMFDeserializer new source, without succes...

Do you think I can get more possibilities with ZendAmf for example ? or from an other library ?

Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hi Christophe.</p>
<p>I&#8217;m actually working with AMFPHP, and I&#8217;ve the problem you tried to solve.<br />
I can&#8217;t send some value objects to AMFPHP, this operation works only in one way, from PHP to client.</p>
<p>When I try, I get this:<br />
[RPC Fault faultString="error" faultCode="Channel.Call.Failed" faultDetail="NetConnection.Call.Failed: HTTP: Status 500"]</p>
<p>Is it because I use a old version of AMF ? (1.9 beta 2), or is it because this operation is not possible ?<br />
I also tried you&#8217;re AMFDeserializer new source, without succes&#8230;</p>
<p>Do you think I can get more possibilities with ZendAmf for example ? or from an other library ?</p>
<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>http://www.herrodius.com/blog/142/comment-page-1#comment-13788</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Tue, 06 Jan 2009 23:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/142#comment-13788</guid>
		<description>Hi Christophe. Do you ever know how could I pass as argument, a Propel generated class called &quot;User&quot; (where I actually put var $_explicitType=&quot;my.package.User&quot;;) to a remote service ?
I tried with a simple class and it&#039;s working fine. I successfully sent a SimpleObject to my service, modified it there and sent it back to Flex. I do get a SimpleObject with the right modifications. And when I&#039;m trying to sent a User, i&#039;m getting this error :

[RPC Fault faultString=&quot;Channel disconnected&quot; faultCode=&quot;Client.Error.DeliveryInDoubt&quot; faultDetail=&quot;Channel disconnected before an acknowledgement was received&quot;]

Do you have any advice ?</description>
		<content:encoded><![CDATA[<p>Hi Christophe. Do you ever know how could I pass as argument, a Propel generated class called &#8220;User&#8221; (where I actually put var $_explicitType=&#8221;my.package.User&#8221;;) to a remote service ?<br />
I tried with a simple class and it&#8217;s working fine. I successfully sent a SimpleObject to my service, modified it there and sent it back to Flex. I do get a SimpleObject with the right modifications. And when I&#8217;m trying to sent a User, i&#8217;m getting this error :</p>
<p>[RPC Fault faultString="Channel disconnected" faultCode="Client.Error.DeliveryInDoubt" faultDetail="Channel disconnected before an acknowledgement was received"]</p>
<p>Do you have any advice ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
