<?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 libjack.com</title>
	<atom:link href="http://libjack.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://libjack.com</link>
	<description>What is a libjack? ... Dunno? .... stick around and find out!</description>
	<lastBuildDate>Thu, 11 Mar 2010 00:44:54 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Magento api with Java Client &#8212; problem with XML-RPC interface by leeman</title>
		<link>http://libjack.com/2009/03/26/java-magento-xmlrpc-api-nil-issue/comment-page-1/#comment-465</link>
		<dc:creator>leeman</dc:creator>
		<pubDate>Thu, 11 Mar 2010 00:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://libjack.com/?p=34#comment-465</guid>
		<description>Thanks for this post, saved me lots of time! And I wasn&#039;t even doing anything with Magento, it was some other web service using XML-RPC with nil instead of ex:nil.</description>
		<content:encoded><![CDATA[<p>Thanks for this post, saved me lots of time! And I wasn&#8217;t even doing anything with Magento, it was some other web service using XML-RPC with nil instead of ex:nil.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento api with Java Client &#8212; problem with XML-RPC interface by hoook</title>
		<link>http://libjack.com/2009/03/26/java-magento-xmlrpc-api-nil-issue/comment-page-1/#comment-274</link>
		<dc:creator>hoook</dc:creator>
		<pubDate>Tue, 17 Nov 2009 10:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://libjack.com/?p=34#comment-274</guid>
		<description>Hey, 
Thanks for this post, it saved me hours of making my own walkarround :)

I&#039;m not sure, that this is only magento problem. I&#039;m connectiong from Java (apache .jar) to Python&#039;s XMLRPC WebService and got the same exception.

Anyway, thanks :)</description>
		<content:encoded><![CDATA[<p>Hey,<br />
Thanks for this post, it saved me hours of making my own walkarround <img src='http://libjack.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m not sure, that this is only magento problem. I&#8217;m connectiong from Java (apache .jar) to Python&#8217;s XMLRPC WebService and got the same exception.</p>
<p>Anyway, thanks <img src='http://libjack.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento api with Java Client &#8212; problem with XML-RPC interface by panticz.de</title>
		<link>http://libjack.com/2009/03/26/java-magento-xmlrpc-api-nil-issue/comment-page-1/#comment-239</link>
		<dc:creator>panticz.de</dc:creator>
		<pubDate>Sat, 19 Sep 2009 09:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://libjack.com/?p=34#comment-239</guid>
		<description>Hello everybody!
 
I am currently writing a Magento Connector for Java. The goal is to create a free wrapper / library to manage Magento from a Java application. A few parts such as management of products, categories and pictures are already partially finished and can be used. 
 
The latest version (source code and JAR package) can be downloaded from this homepage:
http://www.panticz.de/MagentoConnector

If someone is interested in co-development, please contact my here http://www.panticz.de/contact/.
 
Greeting
 
Pawel</description>
		<content:encoded><![CDATA[<p>Hello everybody!</p>
<p>I am currently writing a Magento Connector for Java. The goal is to create a free wrapper / library to manage Magento from a Java application. A few parts such as management of products, categories and pictures are already partially finished and can be used. </p>
<p>The latest version (source code and JAR package) can be downloaded from this homepage:<br />
<a href="http://www.panticz.de/MagentoConnector" rel="nofollow">http://www.panticz.de/MagentoConnector</a></p>
<p>If someone is interested in co-development, please contact my here <a href="http://www.panticz.de/contact/" rel="nofollow">http://www.panticz.de/contact/</a>.</p>
<p>Greeting</p>
<p>Pawel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento api with Java Client &#8212; problem with XML-RPC interface by Gaetano</title>
		<link>http://libjack.com/2009/03/26/java-magento-xmlrpc-api-nil-issue/comment-page-1/#comment-230</link>
		<dc:creator>Gaetano</dc:creator>
		<pubDate>Tue, 07 Jul 2009 08:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://libjack.com/?p=34#comment-230</guid>
		<description>Just for clarification: according to the XMLRPC spec, NIL does not exist at all, namespace or not (http://www.xmlrpc.com/spec).
The ex:nil is an extension first added by the Apache lib whereas the &#039;nil&#039; extension was added by another implementation (http://ontosys.com/xml-rpc/extensions.php), long time before that iirc.
So to say that the fault lies on the magento side is a bit arbitrary...</description>
		<content:encoded><![CDATA[<p>Just for clarification: according to the XMLRPC spec, NIL does not exist at all, namespace or not (<a href="http://www.xmlrpc.com/spec)" rel="nofollow">http://www.xmlrpc.com/spec)</a>.<br />
The ex:nil is an extension first added by the Apache lib whereas the &#8216;nil&#8217; extension was added by another implementation (<a href="http://ontosys.com/xml-rpc/extensions.php)" rel="nofollow">http://ontosys.com/xml-rpc/extensions.php)</a>, long time before that iirc.<br />
So to say that the fault lies on the magento side is a bit arbitrary&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento api with Java Client &#8212; problem with XML-RPC interface by Stephan Wiencznys Blog</title>
		<link>http://libjack.com/2009/03/26/java-magento-xmlrpc-api-nil-issue/comment-page-1/#comment-226</link>
		<dc:creator>Stephan Wiencznys Blog</dc:creator>
		<pubDate>Sat, 27 Jun 2009 02:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://libjack.com/?p=34#comment-226</guid>
		<description>&lt;strong&gt;Magento...&lt;/strong&gt;

Also sollte mal jemand in die Verlegenheit kommen Magento benutzen zu müssen, tut er mir leid. Vom Funktionsumfang her ist hat es so ziemlich alles, was man sich wünschen könnte. Geht es jedoch darum Erweiterungen zu schreiben hört der Spaß auf. D...</description>
		<content:encoded><![CDATA[<p><strong>Magento&#8230;</strong></p>
<p>Also sollte mal jemand in die Verlegenheit kommen Magento benutzen zu müssen, tut er mir leid. Vom Funktionsumfang her ist hat es so ziemlich alles, was man sich wünschen könnte. Geht es jedoch darum Erweiterungen zu schreiben hört der Spaß auf. D&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento api with Java Client &#8212; problem with XML-RPC interface by Jonathan Rogers</title>
		<link>http://libjack.com/2009/03/26/java-magento-xmlrpc-api-nil-issue/comment-page-1/#comment-203</link>
		<dc:creator>Jonathan Rogers</dc:creator>
		<pubDate>Thu, 16 Apr 2009 17:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://libjack.com/?p=34#comment-203</guid>
		<description>Thanks for the workaround. I was surprised to discover that the bug was in Magento or whatever XML-RPC implementation it&#039;s using, since Python&#039;s xmlrpclib communicates with it just fine. I guess a number of implementations must allow the non-standard nil. Ideally, this should be addressed in Magento.</description>
		<content:encoded><![CDATA[<p>Thanks for the workaround. I was surprised to discover that the bug was in Magento or whatever XML-RPC implementation it&#8217;s using, since Python&#8217;s xmlrpclib communicates with it just fine. I guess a number of implementations must allow the non-standard nil. Ideally, this should be addressed in Magento.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Spotlight to find system files (Leopard) by Fapsgafe</title>
		<link>http://libjack.com/2008/04/15/using-spotlight-to-find-system-files-leopard/comment-page-1/#comment-200</link>
		<dc:creator>Fapsgafe</dc:creator>
		<pubDate>Wed, 08 Apr 2009 23:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://libjack.com/2008/04/15/using-spotlight-to-find-system-files-leopard/#comment-200</guid>
		<description>hmm. thank you )</description>
		<content:encoded><![CDATA[<p>hmm. thank you )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Great external HDD solution by How to Upgrade Your Xbox HDD &#124; NotWeb Network</title>
		<link>http://libjack.com/2009/04/06/great-external-hdd-solution/comment-page-1/#comment-199</link>
		<dc:creator>How to Upgrade Your Xbox HDD &#124; NotWeb Network</dc:creator>
		<pubDate>Tue, 07 Apr 2009 05:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://libjack.com/?p=62#comment-199</guid>
		<description>[...] Great external HDD solution &#124; libjack.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Great external HDD solution | libjack.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Yeehah&#8230;. by Wahoo</title>
		<link>http://libjack.com/2007/01/16/yeehah/comment-page-1/#comment-3</link>
		<dc:creator>Wahoo</dc:creator>
		<pubDate>Sat, 06 Oct 2007 07:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://libjack.com/2007/01/16/yeehah/#comment-3</guid>
		<description>Thank you for sharing!</description>
		<content:encoded><![CDATA[<p>Thank you for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Yeehah&#8230;. by Black</title>
		<link>http://libjack.com/2007/01/16/yeehah/comment-page-1/#comment-2</link>
		<dc:creator>Black</dc:creator>
		<pubDate>Fri, 20 Jul 2007 09:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://libjack.com/2007/01/16/yeehah/#comment-2</guid>
		<description>&lt;strong&gt;Black...&lt;/strong&gt;

I guess it&#039;s ok...</description>
		<content:encoded><![CDATA[<p><strong>Black&#8230;</strong></p>
<p>I guess it&#8217;s ok&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
