<?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 Blog.feryn.eu</title>
	<atom:link href="http://blog.feryn.eu/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.feryn.eu</link>
	<description>Thijs Feryn's blog</description>
	<lastBuildDate>Sat, 20 Aug 2011 02:21:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on Zend_Cache_Frontend_Page &amp; Google Analytics cookies by diego</title>
		<link>http://blog.feryn.eu/2009/06/zend_cache_frontend_page-google-analytics-cookies/comment-page-1/#comment-866</link>
		<dc:creator>diego</dc:creator>
		<pubDate>Sat, 20 Aug 2011 02:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feryn.eu/?p=486#comment-866</guid>
		<description>Awesome post and useful.
Thanks for share!
Diego
Mar del Plata, Argentina</description>
		<content:encoded><![CDATA[<p>Awesome post and useful.<br />
Thanks for share!<br />
Diego<br />
Mar del Plata, Argentina</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making .NET compatible  PHP SOAP services with Zend Framework by 10us</title>
		<link>http://blog.feryn.eu/2011/05/making-net-compatible-php-soap-services-with-zend-framework/comment-page-1/#comment-865</link>
		<dc:creator>10us</dc:creator>
		<pubDate>Mon, 15 Aug 2011 12:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feryn.eu/?p=1123#comment-865</guid>
		<description>@r21s notice he uses the ORIGINAL class in the autodiscovery wsdl (get) part and uses the PROXY class in the handle (post) part.

@thijs thanks for this article just what i needed.</description>
		<content:encoded><![CDATA[<p>@r21s notice he uses the ORIGINAL class in the autodiscovery wsdl (get) part and uses the PROXY class in the handle (post) part.</p>
<p>@thijs thanks for this article just what i needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making .NET compatible  PHP SOAP services with Zend Framework by [SOAP] PHP Fatal error: Procedure 'xxx' not present in - php.de</title>
		<link>http://blog.feryn.eu/2011/05/making-net-compatible-php-soap-services-with-zend-framework/comment-page-1/#comment-864</link>
		<dc:creator>[SOAP] PHP Fatal error: Procedure 'xxx' not present in - php.de</dc:creator>
		<pubDate>Fri, 05 Aug 2011 06:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feryn.eu/?p=1123#comment-864</guid>
		<description>[...] mit PHP erstellt und habe einen .NET Client. Diesen habe nach diesem Eintrag kompatibel gemacht:  Feryns Blog  Ich habe den Server auf 3 Maschinen und manchmal funktioniert es und manchmal nicht. Dann bekomme [...]</description>
		<content:encoded><![CDATA[<p>[...] mit PHP erstellt und habe einen .NET Client. Diesen habe nach diesem Eintrag kompatibel gemacht:  Feryns Blog  Ich habe den Server auf 3 Maschinen und manchmal funktioniert es und manchmal nicht. Dann bekomme [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making .NET compatible  PHP SOAP services with Zend Framework by r2ls</title>
		<link>http://blog.feryn.eu/2011/05/making-net-compatible-php-soap-services-with-zend-framework/comment-page-1/#comment-863</link>
		<dc:creator>r2ls</dc:creator>
		<pubDate>Tue, 02 Aug 2011 09:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feryn.eu/?p=1123#comment-863</guid>
		<description>no chance. Have disabled wsdl cache and tried different machines. __call function of proxy is not entered. $server-&gt;handle() is still not finding function. Although it is not listed in $server-&gt;getFunctions() the job should be done by __call.</description>
		<content:encoded><![CDATA[<p>no chance. Have disabled wsdl cache and tried different machines. __call function of proxy is not entered. $server-&gt;handle() is still not finding function. Although it is not listed in $server-&gt;getFunctions() the job should be done by __call.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making .NET compatible  PHP SOAP services with Zend Framework by Thijs</title>
		<link>http://blog.feryn.eu/2011/05/making-net-compatible-php-soap-services-with-zend-framework/comment-page-1/#comment-862</link>
		<dc:creator>Thijs</dc:creator>
		<pubDate>Mon, 01 Aug 2011 17:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feryn.eu/?p=1123#comment-862</guid>
		<description>Try flushing your WSDL cache or check if the method actually exists.</description>
		<content:encoded><![CDATA[<p>Try flushing your WSDL cache or check if the method actually exists.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making .NET compatible  PHP SOAP services with Zend Framework by r2ls</title>
		<link>http://blog.feryn.eu/2011/05/making-net-compatible-php-soap-services-with-zend-framework/comment-page-1/#comment-861</link>
		<dc:creator>r2ls</dc:creator>
		<pubDate>Mon, 01 Aug 2011 14:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feryn.eu/?p=1123#comment-861</guid>
		<description>Hello,

this post really helped to get my service working.

But one problem is left: The SoapServer-&gt;handle() function throws:
Fatal error:  Procedure &#039;myFunction&#039; not present in ...

Any ideas of that?

thx</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>this post really helped to get my service working.</p>
<p>But one problem is left: The SoapServer-&gt;handle() function throws:<br />
Fatal error:  Procedure &#8216;myFunction&#8217; not present in &#8230;</p>
<p>Any ideas of that?</p>
<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend_Cache_Frontend_Page &amp; Google Analytics cookies by Utiliser les tags Zend_Cache_Frontend_Page avec un site participatif &#124; Le Potlatch</title>
		<link>http://blog.feryn.eu/2009/06/zend_cache_frontend_page-google-analytics-cookies/comment-page-1/#comment-860</link>
		<dc:creator>Utiliser les tags Zend_Cache_Frontend_Page avec un site participatif &#124; Le Potlatch</dc:creator>
		<pubDate>Wed, 13 Jul 2011 00:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feryn.eu/?p=486#comment-860</guid>
		<description>[...] Un blog a identifié ce problème et propose une solution que j&#8217;ai adaptée : créer une classe Frontend_Page personnalisée qui ne tient pas compte des cookies Google. Cette classe hérite de Zend_Cache_Frontend_Cache et redéfinit uniquement la méthode _makePartialId() qui boucle sur les différentes variables pour créer un identifiant unique. Il suffit d&#8217;éliminer les Cookies commençant par un double underscore (__utmz, __utma, etc.) pour qu&#8217;ils ne soient pas pris en compte dans la création de l&#8217;identifiant unique : [...]</description>
		<content:encoded><![CDATA[<p>[...] Un blog a identifié ce problème et propose une solution que j&#8217;ai adaptée : créer une classe Frontend_Page personnalisée qui ne tient pas compte des cookies Google. Cette classe hérite de Zend_Cache_Frontend_Cache et redéfinit uniquement la méthode _makePartialId() qui boucle sur les différentes variables pour créer un identifiant unique. Il suffit d&#8217;éliminer les Cookies commençant par un double underscore (__utmz, __utma, etc.) pour qu&#8217;ils ne soient pas pris en compte dans la création de l&#8217;identifiant unique : [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making .NET compatible  PHP SOAP services with Zend Framework by Supakorn</title>
		<link>http://blog.feryn.eu/2011/05/making-net-compatible-php-soap-services-with-zend-framework/comment-page-1/#comment-834</link>
		<dc:creator>Supakorn</dc:creator>
		<pubDate>Wed, 22 Jun 2011 10:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feryn.eu/?p=1123#comment-834</guid>
		<description>THANKSSSSS. A LOT !!!
You help my life.
I must present my project tommorow,
Now I servive.</description>
		<content:encoded><![CDATA[<p>THANKSSSSS. A LOT !!!<br />
You help my life.<br />
I must present my project tommorow,<br />
Now I servive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making .NET compatible  PHP SOAP services with Zend Framework by prostynick</title>
		<link>http://blog.feryn.eu/2011/05/making-net-compatible-php-soap-services-with-zend-framework/comment-page-1/#comment-782</link>
		<dc:creator>prostynick</dc:creator>
		<pubDate>Wed, 15 Jun 2011 10:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feryn.eu/?p=1123#comment-782</guid>
		<description>Very good work. I would like to mention, that Microsoft is not a problem - PHP is. .Net solutions are WS-I compliant. Your solution is also needed for those, who are trying to use PHP service for client in Java using Apache Axis 2. Also, you can use .Net client (but AFAIK not Java with Axis 2) without using your code, but not with ArrayOfTypeSequence, but using ArrayOfTypeComplex.
Anyway, thank you very much - we needed to create solution in PHP for Java Axis 2 client and your code was very helpful.</description>
		<content:encoded><![CDATA[<p>Very good work. I would like to mention, that Microsoft is not a problem &#8211; PHP is. .Net solutions are WS-I compliant. Your solution is also needed for those, who are trying to use PHP service for client in Java using Apache Axis 2. Also, you can use .Net client (but AFAIK not Java with Axis 2) without using your code, but not with ArrayOfTypeSequence, but using ArrayOfTypeComplex.<br />
Anyway, thank you very much &#8211; we needed to create solution in PHP for Java Axis 2 client and your code was very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making .NET compatible  PHP SOAP services with Zend Framework by YangMing</title>
		<link>http://blog.feryn.eu/2011/05/making-net-compatible-php-soap-services-with-zend-framework/comment-page-1/#comment-726</link>
		<dc:creator>YangMing</dc:creator>
		<pubDate>Tue, 31 May 2011 01:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.feryn.eu/?p=1123#comment-726</guid>
		<description>Very Good article!Thank you so much, this problem is my biggest problem!</description>
		<content:encoded><![CDATA[<p>Very Good article!Thank you so much, this problem is my biggest problem!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

