<?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: XML-RPC on IPhone</title>
	<atom:link href="http://www.leoganda.net/xml-rpc-on-iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leoganda.net/xml-rpc-on-iphone/</link>
	<description></description>
	<lastBuildDate>Mon, 05 Dec 2011 03:12:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sarabjit</title>
		<link>http://www.leoganda.net/xml-rpc-on-iphone/comment-page-1/#comment-199</link>
		<dc:creator>Sarabjit</dc:creator>
		<pubDate>Thu, 11 Aug 2011 08:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=28#comment-199</guid>
		<description>how to fetch data from wsdl-rpc into tableview for iphone sdk.....?Plz anyone tell me or send me some example code for that...!</description>
		<content:encoded><![CDATA[<p>how to fetch data from wsdl-rpc into tableview for iphone sdk&#8230;..?Plz anyone tell me or send me some example code for that&#8230;!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: evan</title>
		<link>http://www.leoganda.net/xml-rpc-on-iphone/comment-page-1/#comment-180</link>
		<dc:creator>evan</dc:creator>
		<pubDate>Fri, 10 Jun 2011 08:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=28#comment-180</guid>
		<description>Got the same error... any guess ?</description>
		<content:encoded><![CDATA[<p>Got the same error&#8230; any guess ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://www.leoganda.net/xml-rpc-on-iphone/comment-page-1/#comment-178</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Thu, 02 Jun 2011 22:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=28#comment-178</guid>
		<description>Having the same issue as Peter.  I added the CTidy.h in the same place as it is under the Wordpress 2.8.  Same Error.  Also, getting an error about one of the #defines in Constants.h.  Same problem.  I added Constants.h and it still gives me the error.</description>
		<content:encoded><![CDATA[<p>Having the same issue as Peter.  I added the CTidy.h in the same place as it is under the WordPress 2.8.  Same Error.  Also, getting an error about one of the #defines in Constants.h.  Same problem.  I added Constants.h and it still gives me the error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manoj</title>
		<link>http://www.leoganda.net/xml-rpc-on-iphone/comment-page-1/#comment-177</link>
		<dc:creator>Manoj</dc:creator>
		<pubDate>Tue, 31 May 2011 05:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=28#comment-177</guid>
		<description>I am using this XML RPC code to make synchronus calls.Is it possible to make Asynchronus calls ?</description>
		<content:encoded><![CDATA[<p>I am using this XML RPC code to make synchronus calls.Is it possible to make Asynchronus calls ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Arato</title>
		<link>http://www.leoganda.net/xml-rpc-on-iphone/comment-page-1/#comment-126</link>
		<dc:creator>Peter Arato</dc:creator>
		<pubDate>Sun, 27 Feb 2011 09:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=28#comment-126</guid>
		<description>Hi Guys,

This is a very useful article, although for me it complains about CTidy. I added those classes as well, but still can&#039;t find its declaration. Did anybody find a solution for this problem?</description>
		<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>This is a very useful article, although for me it complains about CTidy. I added those classes as well, but still can&#8217;t find its declaration. Did anybody find a solution for this problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waseem Sarwar</title>
		<link>http://www.leoganda.net/xml-rpc-on-iphone/comment-page-1/#comment-101</link>
		<dc:creator>Waseem Sarwar</dc:creator>
		<pubDate>Tue, 14 Dec 2010 05:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=28#comment-101</guid>
		<description>Very helpful. thanks for sharing</description>
		<content:encoded><![CDATA[<p>Very helpful. thanks for sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhi</title>
		<link>http://www.leoganda.net/xml-rpc-on-iphone/comment-page-1/#comment-90</link>
		<dc:creator>Abhi</dc:creator>
		<pubDate>Mon, 11 Oct 2010 01:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=28#comment-90</guid>
		<description>I have used the same code as above and get warning:
 &#039;MyViewController&#039; may not respond to &#039;-executeXMLRPCRequest:&#039;
at this line of code:
NSString  *response = [self executeXMLRPCRequest:request];

And when running getting this error:
 -[NSURLError object]: unrecognized selector sent to instance 0x5f582d0
2010-10-10 21:42:16.876 CBH[14250:207] *** Terminating app due to uncaught exception &#039;NSInvalidArgumentException&#039;, reason: &#039;-[NSURLError object]: unrecognized selector sent to instance 0x5f582d0&#039;

Any Suggestion???? I am stuck</description>
		<content:encoded><![CDATA[<p>I have used the same code as above and get warning:<br />
 &#8216;MyViewController&#8217; may not respond to &#8216;-executeXMLRPCRequest:&#8217;<br />
at this line of code:<br />
NSString  *response = [self executeXMLRPCRequest:request];</p>
<p>And when running getting this error:<br />
 -[NSURLError object]: unrecognized selector sent to instance 0x5f582d0<br />
2010-10-10 21:42:16.876 CBH[14250:207] *** Terminating app due to uncaught exception &#8216;NSInvalidArgumentException&#8217;, reason: &#8216;-[NSURLError object]: unrecognized selector sent to instance 0x5f582d0&#8242;</p>
<p>Any Suggestion???? I am stuck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus</title>
		<link>http://www.leoganda.net/xml-rpc-on-iphone/comment-page-1/#comment-86</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Wed, 01 Sep 2010 17:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=28#comment-86</guid>
		<description>looks like all this is iphone 3 code.....</description>
		<content:encoded><![CDATA[<p>looks like all this is iphone 3 code&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus</title>
		<link>http://www.leoganda.net/xml-rpc-on-iphone/comment-page-1/#comment-85</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Wed, 01 Sep 2010 17:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=28#comment-85</guid>
		<description>the code doesnt work for me. it seems the XMLRPC in wordpress got updated. filestructure is different, etc. This here needs updating... Unless I take your code with an older version....</description>
		<content:encoded><![CDATA[<p>the code doesnt work for me. it seems the XMLRPC in wordpress got updated. filestructure is different, etc. This here needs updating&#8230; Unless I take your code with an older version&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.leoganda.net/xml-rpc-on-iphone/comment-page-1/#comment-82</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sun, 15 Aug 2010 16:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=28#comment-82</guid>
		<description>Hi,
I get an error when I click on the &quot;Download it here&quot; link for the Wordpress iPhone app.  I went to try to find the code myself and wound up here: http://ios.trac.wordpress.org/browser/trunk/Classes  Under the XML-RPC folder under Classes, I only see two files: XMLRPCConnection+Authentication.h and XMLRPCConnection+Authentication.m.  Is there another place I can get the set of files you describe in your tutorial?
Thanks,
Mark</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I get an error when I click on the &#8220;Download it here&#8221; link for the WordPress iPhone app.  I went to try to find the code myself and wound up here: <a href="http://ios.trac.wordpress.org/browser/trunk/Classes" rel="nofollow">http://ios.trac.wordpress.org/browser/trunk/Classes</a>  Under the XML-RPC folder under Classes, I only see two files: XMLRPCConnection+Authentication.h and XMLRPCConnection+Authentication.m.  Is there another place I can get the set of files you describe in your tutorial?<br />
Thanks,<br />
Mark</p>
]]></content:encoded>
	</item>
</channel>
</rss>

