<?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: Magento collection filters and XmlRpc webservice</title>
	<atom:link href="http://activecodeline.com/magento-collection-filters-and-xmlrpc-webservice/feed" rel="self" type="application/rss+xml" />
	<link>http://activecodeline.com/magento-collection-filters-and-xmlrpc-webservice</link>
	<description>ActiveCodeline is a blog site of Branko Ajzele, web application developer.</description>
	<lastBuildDate>Tue, 09 Mar 2010 19:26:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dizalamba</title>
		<link>http://activecodeline.com/magento-collection-filters-and-xmlrpc-webservice/comment-page-1#comment-4615</link>
		<dc:creator>dizalamba</dc:creator>
		<pubDate>Mon, 22 Feb 2010 12:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=517#comment-4615</guid>
		<description>can you make a simple example web service using xml RPC,,,,&lt;br&gt;may be it easier for me to understand how to code web service using xml rpc,,,&lt;br&gt;thanks before,,,,</description>
		<content:encoded><![CDATA[<p>can you make a simple example web service using xml RPC,,,,<br />may be it easier for me to understand how to code web service using xml rpc,,,<br />thanks before,,,,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rolando  Garro</title>
		<link>http://activecodeline.com/magento-collection-filters-and-xmlrpc-webservice/comment-page-1#comment-4600</link>
		<dc:creator>Rolando  Garro</dc:creator>
		<pubDate>Wed, 10 Feb 2010 23:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=517#comment-4600</guid>
		<description>Im trying the following to get downloadable and enabled product list.&lt;br&gt;&lt;br&gt;$filters = array(&#039;type_id&#039; =&gt; array(&#039;like&#039;=&gt;&#039;downloadable&#039;),&#039;status&#039;=&gt;&#039;disabled&#039;); &lt;br&gt;		//get product list&lt;br&gt;		$result= $this-&gt;SoapClient-&gt;call($this-&gt;SoapSession, &#039;catalog_product.list&#039;,array($filters));		&lt;br&gt;&lt;br&gt;But is not working, not sure if status filter is correct.&lt;br&gt;&lt;br&gt;Any clue would be great. Thanks!!</description>
		<content:encoded><![CDATA[<p>Im trying the following to get downloadable and enabled product list.</p>
<p>$filters = array(&#39;type_id&#39; =&gt; array(&#39;like&#39;=&gt;&#39;downloadable&#39;),&#39;status&#39;=&gt;&#39;disabled&#39;); <br />		//get product list<br />		$result= $this-&gt;SoapClient-&gt;call($this-&gt;SoapSession, &#39;catalog_product.list&#39;,array($filters));		</p>
<p>But is not working, not sure if status filter is correct.</p>
<p>Any clue would be great. Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vijayk</title>
		<link>http://activecodeline.com/magento-collection-filters-and-xmlrpc-webservice/comment-page-1#comment-4142</link>
		<dc:creator>vijayk</dc:creator>
		<pubDate>Fri, 14 Aug 2009 09:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=517#comment-4142</guid>
		<description>hai
              can u please tell me how to sum and group the field value using Mage::getModel,
              
              And also tell how to list main table field value while using Mage::getModel</description>
		<content:encoded><![CDATA[<p>hai<br />
              can u please tell me how to sum and group the field value using Mage::getModel,</p>
<p>              And also tell how to list main table field value while using Mage::getModel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Hickman</title>
		<link>http://activecodeline.com/magento-collection-filters-and-xmlrpc-webservice/comment-page-1#comment-3968</link>
		<dc:creator>Ryan Hickman</dc:creator>
		<pubDate>Sun, 14 Jun 2009 04:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=517#comment-3968</guid>
		<description>Great examples using XmlRpc from the Zend Framework with Magento. Much needed when SOAP isn&#039;t an option.</description>
		<content:encoded><![CDATA[<p>Great examples using XmlRpc from the Zend Framework with Magento. Much needed when SOAP isn&#8217;t an option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://activecodeline.com/magento-collection-filters-and-xmlrpc-webservice/comment-page-1#comment-3845</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Thu, 14 May 2009 00:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=517#comment-3845</guid>
		<description>correction above: &#039;...does *not* work...&#039;</description>
		<content:encoded><![CDATA[<p>correction above: &#8216;&#8230;does *not* work&#8230;&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://activecodeline.com/magento-collection-filters-and-xmlrpc-webservice/comment-page-1#comment-3844</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Thu, 14 May 2009 00:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=517#comment-3844</guid>
		<description>Hey Branko,

You forgot &#039;nlike&#039; in the list above. On another note I can&#039;t, for the life of me, figure out a way on my own or find a working example/documentation on how to add multiple fields of the same type to the same field, particularly with the like/nlike filter types.

i.e. sales_order.list, array(array(&#039;title&#039; =&gt; array(&#039;nlike&#039; =&gt; array(&#039;%value1%&#039;, &#039;%value2%&#039;)))

which seems logical, does work. as do many other alternatives i&#039;ve tried. hrm... any ideas?</description>
		<content:encoded><![CDATA[<p>Hey Branko,</p>
<p>You forgot &#8216;nlike&#8217; in the list above. On another note I can&#8217;t, for the life of me, figure out a way on my own or find a working example/documentation on how to add multiple fields of the same type to the same field, particularly with the like/nlike filter types.</p>
<p>i.e. sales_order.list, array(array(&#8216;title&#8217; =&gt; array(&#8216;nlike&#8217; =&gt; array(&#8216;%value1%&#8217;, &#8216;%value2%&#8217;)))</p>
<p>which seems logical, does work. as do many other alternatives i&#8217;ve tried. hrm&#8230; any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew Angell</title>
		<link>http://activecodeline.com/magento-collection-filters-and-xmlrpc-webservice/comment-page-1#comment-3639</link>
		<dc:creator>Drew Angell</dc:creator>
		<pubDate>Mon, 30 Mar 2009 09:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://activecodeline.com/?p=517#comment-3639</guid>
		<description>Can you tell me anything about creating orders via the API?  I can&#039;t seem to find a sales_order.create method or anything similar..??  I need to get orders from a 3rd party system into Magento.  Any info would be great.  Thanks!!</description>
		<content:encoded><![CDATA[<p>Can you tell me anything about creating orders via the API?  I can&#8217;t seem to find a sales_order.create method or anything similar..??  I need to get orders from a 3rd party system into Magento.  Any info would be great.  Thanks!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
