<?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 for Osteraker.fi</title>
	<atom:link href="http://www.osteraker.fi/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.osteraker.fi/blog</link>
	<description>Web technologies and so on...</description>
	<pubDate>Sun, 05 Sep 2010 00:35:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>Comment on Zend Framework Soap Server in WSDL-mode by Amila</title>
		<link>http://www.osteraker.fi/blog/2008/09/zend-framework-soap-server-in-wsdl-mode/#comment-1334</link>
		<dc:creator>Amila</dc:creator>
		<pubDate>Tue, 05 Jan 2010 10:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.osteraker.fi/blog/?p=13#comment-1334</guid>
		<description>When i attempt the above code it generates a soapFault 

SoapFault exception: [VersionMismatch] Wrong Version in C:\ZendFramework-1.9.4\library\Zend\Soap\Client.php:1063 Stack trace: #0 C:\ZendFramework-1.9.4\library\Zend\Soap\Client.php(1063): SoapClient-&#62;__soapCall('GetAdminInfo', Array, NULL, NULL, Array) #1 [internal function]: Zend_Soap_Client-&#62;__call('GetAdminInfo', Array) 

what could be the fault ?</description>
		<content:encoded><![CDATA[<p>When i attempt the above code it generates a soapFault </p>
<p>SoapFault exception: [VersionMismatch] Wrong Version in C:\ZendFramework-1.9.4\library\Zend\Soap\Client.php:1063 Stack trace: #0 C:\ZendFramework-1.9.4\library\Zend\Soap\Client.php(1063): SoapClient-&gt;__soapCall(&#8217;GetAdminInfo&#8217;, Array, NULL, NULL, Array) #1 [internal function]: Zend_Soap_Client-&gt;__call(&#8217;GetAdminInfo&#8217;, Array) </p>
<p>what could be the fault ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple form submit with Dojo by Mehdi (from bloody Iran)</title>
		<link>http://www.osteraker.fi/blog/2008/09/simple-form-submit-with-dojo/#comment-1332</link>
		<dc:creator>Mehdi (from bloody Iran)</dc:creator>
		<pubDate>Wed, 30 Dec 2009 12:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.osteraker.fi/blog/?p=12#comment-1332</guid>
		<description>Thank you, you solved my problem. easy and clear.</description>
		<content:encoded><![CDATA[<p>Thank you, you solved my problem. easy and clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework Soap Server in WSDL-mode by Soap Webservices</title>
		<link>http://www.osteraker.fi/blog/2008/09/zend-framework-soap-server-in-wsdl-mode/#comment-1331</link>
		<dc:creator>Soap Webservices</dc:creator>
		<pubDate>Fri, 28 Aug 2009 10:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.osteraker.fi/blog/?p=13#comment-1331</guid>
		<description>Great job you copied the Example from the Zend Tutorial....</description>
		<content:encoded><![CDATA[<p>Great job you copied the Example from the Zend Tutorial&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework Soap Server in WSDL-mode by Patrik</title>
		<link>http://www.osteraker.fi/blog/2008/09/zend-framework-soap-server-in-wsdl-mode/#comment-1330</link>
		<dc:creator>Patrik</dc:creator>
		<pubDate>Tue, 02 Dec 2008 09:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.osteraker.fi/blog/?p=13#comment-1330</guid>
		<description>Great! This solves the issue and is makes the rather ugly hack obsolete :)</description>
		<content:encoded><![CDATA[<p>Great! This solves the issue and is makes the rather ugly hack obsolete <img src='http://www.osteraker.fi/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework Soap Server in WSDL-mode by beberlei</title>
		<link>http://www.osteraker.fi/blog/2008/09/zend-framework-soap-server-in-wsdl-mode/#comment-1329</link>
		<dc:creator>beberlei</dc:creator>
		<pubDate>Thu, 27 Nov 2008 17:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.osteraker.fi/blog/?p=13#comment-1329</guid>
		<description>Zend_Soap_AutoDiscover has a setUri() function or takes an uri as second parameter of the constructor as of version 1.7 which can point to a different endpoint than the default one.</description>
		<content:encoded><![CDATA[<p>Zend_Soap_AutoDiscover has a setUri() function or takes an uri as second parameter of the constructor as of version 1.7 which can point to a different endpoint than the default one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework Soap Server in WSDL-mode by Wil Sinclair</title>
		<link>http://www.osteraker.fi/blog/2008/09/zend-framework-soap-server-in-wsdl-mode/#comment-1327</link>
		<dc:creator>Wil Sinclair</dc:creator>
		<pubDate>Tue, 30 Sep 2008 19:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.osteraker.fi/blog/?p=13#comment-1327</guid>
		<description>I'll forward this to Alex so he can work out with you what additions need to be made to the reference guide. Hope Zend_Soap is treating you well now that you've figured out how to use it!

,Wil</description>
		<content:encoded><![CDATA[<p>I&#8217;ll forward this to Alex so he can work out with you what additions need to be made to the reference guide. Hope Zend_Soap is treating you well now that you&#8217;ve figured out how to use it!</p>
<p>,Wil</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework by philip andrew</title>
		<link>http://www.osteraker.fi/blog/2008/06/zend-framework/#comment-1326</link>
		<dc:creator>philip andrew</dc:creator>
		<pubDate>Mon, 30 Jun 2008 00:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.osteraker.fi/blog/?p=8#comment-1326</guid>
		<description>Hi, I created a setup of Zend Framework with all the directories created and other libs added like PHPTAL, PHPIDS
http://www.orsa-studio.com/phptaco/</description>
		<content:encoded><![CDATA[<p>Hi, I created a setup of Zend Framework with all the directories created and other libs added like PHPTAL, PHPIDS<br />
<a href="http://www.orsa-studio.com/phptaco/" rel="nofollow">http://www.orsa-studio.com/phptaco/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
