<?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: How to create Magento REST server extension</title>
	<atom:link href="http://activecodeline.com/how-to-create-magento-rest-server-extension/feed" rel="self" type="application/rss+xml" />
	<link>http://activecodeline.com/how-to-create-magento-rest-server-extension</link>
	<description>Blog site of Branko Ajzele, web application developer.</description>
	<lastBuildDate>Tue, 07 Sep 2010 11:26:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Mahendra Dandage</title>
		<link>http://activecodeline.com/how-to-create-magento-rest-server-extension/comment-page-1#comment-4932</link>
		<dc:creator>Mahendra Dandage</dc:creator>
		<pubDate>Thu, 02 Sep 2010 08:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=769#comment-4932</guid>
		<description>Hi All,

When i have implemented this code, but i got an error like - 
Fatal error:  Call to undefined method InterfaceName_ModuleName_IndexController::hasAction() in appcodecoreMageCoreControllerVarienRouterStandard.php on line 209

Please suggest

Thanks</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>When i have implemented this code, but i got an error like &#8211;<br />
Fatal error:  Call to undefined method InterfaceName_ModuleName_IndexController::hasAction() in appcodecoreMageCoreControllerVarienRouterStandard.php on line 209</p>
<p>Please suggest</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahednra Dandage</title>
		<link>http://activecodeline.com/how-to-create-magento-rest-server-extension/comment-page-1#comment-4933</link>
		<dc:creator>Mahednra Dandage</dc:creator>
		<pubDate>Thu, 02 Sep 2010 08:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=769#comment-4933</guid>
		<description>Hi All,

When i have implemented this code, but i got an error like - 
Fatal error:  Call to undefined method InterfaceName_ModuleName_IndexController::hasAction() in appcodecoreMageCoreControllerVarienRouterStandard.php on line 209

Please suggest

Thanks</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>When i have implemented this code, but i got an error like &#8211;<br />
Fatal error:  Call to undefined method InterfaceName_ModuleName_IndexController::hasAction() in appcodecoreMageCoreControllerVarienRouterStandard.php on line 209</p>
<p>Please suggest</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaesin</title>
		<link>http://activecodeline.com/how-to-create-magento-rest-server-extension/comment-page-1#comment-4702</link>
		<dc:creator>Jaesin</dc:creator>
		<pubDate>Fri, 16 Apr 2010 15:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=769#comment-4702</guid>
		<description>Thanks for the post. I like how the zend server works. But in config.xml, how do you tell mage to load your class file that handles the rest request? and where should I put that file? I may seem obvious to some but for those who are new to dealing with Magento, it&#039;s not. &lt;br&gt;&lt;br&gt;It is worth mentioning that your rest handler class  needs needs to extend Zend_Controller_Request_Abstract .</description>
		<content:encoded><![CDATA[<p>Thanks for the post. I like how the zend server works. But in config.xml, how do you tell mage to load your class file that handles the rest request? and where should I put that file? I may seem obvious to some but for those who are new to dealing with Magento, it&#39;s not. </p>
<p>It is worth mentioning that your rest handler class  needs needs to extend Zend_Controller_Request_Abstract .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Brodie</title>
		<link>http://activecodeline.com/how-to-create-magento-rest-server-extension/comment-page-1#comment-4690</link>
		<dc:creator>Bob Brodie</dc:creator>
		<pubDate>Thu, 08 Apr 2010 08:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=769#comment-4690</guid>
		<description>This is really cool. I&#039;m stuck on one part though. On the line with setClass, it is definitely finding my class but when I try to use any of the functions with ?method=functionName, it says the method&#039;s unavailable.</description>
		<content:encoded><![CDATA[<p>This is really cool. I&#39;m stuck on one part though. On the line with setClass, it is definitely finding my class but when I try to use any of the functions with ?method=functionName, it says the method&#39;s unavailable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QB3RT</title>
		<link>http://activecodeline.com/how-to-create-magento-rest-server-extension/comment-page-1#comment-4047</link>
		<dc:creator>QB3RT</dc:creator>
		<pubDate>Sat, 11 Jul 2009 17:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=769#comment-4047</guid>
		<description>I am currently writing some product import functionality via SOAP which is slow per request compared to REST so this would help alot.  I guess the best way is to just dive in and try it! :) nice tutorials btw, a few from you have really helped with my understanding of magento&#039;s inner workings :)</description>
		<content:encoded><![CDATA[<p>I am currently writing some product import functionality via SOAP which is slow per request compared to REST so this would help alot.  I guess the best way is to just dive in and try it! <img src='http://activecodeline.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  nice tutorials btw, a few from you have really helped with my understanding of magento&#8217;s inner workings <img src='http://activecodeline.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QB3RT</title>
		<link>http://activecodeline.com/how-to-create-magento-rest-server-extension/comment-page-1#comment-5561</link>
		<dc:creator>QB3RT</dc:creator>
		<pubDate>Sat, 11 Jul 2009 17:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=769#comment-5561</guid>
		<description>I am currently writing some product import functionality via SOAP which is slow per request compared to REST so this would help alot.  I guess the best way is to just dive in and try it! :) nice tutorials btw, a few from you have really helped with my understanding of magento&#039;s inner workings :)</description>
		<content:encoded><![CDATA[<p>I am currently writing some product import functionality via SOAP which is slow per request compared to REST so this would help alot.  I guess the best way is to just dive in and try it! <img src='http://activecodeline.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  nice tutorials btw, a few from you have really helped with my understanding of magento&#8217;s inner workings <img src='http://activecodeline.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QB3RT</title>
		<link>http://activecodeline.com/how-to-create-magento-rest-server-extension/comment-page-1#comment-4046</link>
		<dc:creator>QB3RT</dc:creator>
		<pubDate>Sat, 11 Jul 2009 17:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=769#comment-4046</guid>
		<description>so does this mean that the API is now accessable via REST using the same method calls as before?</description>
		<content:encoded><![CDATA[<p>so does this mean that the API is now accessable via REST using the same method calls as before?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QB3RT</title>
		<link>http://activecodeline.com/how-to-create-magento-rest-server-extension/comment-page-1#comment-5560</link>
		<dc:creator>QB3RT</dc:creator>
		<pubDate>Sat, 11 Jul 2009 17:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=769#comment-5560</guid>
		<description>so does this mean that the API is now accessable via REST using the same method calls as before?</description>
		<content:encoded><![CDATA[<p>so does this mean that the API is now accessable via REST using the same method calls as before?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
