<?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>Sat, 12 Jun 2010 09:59:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ingvar B.</title>
		<link>http://www.leoganda.net/xml-rpc-on-iphone/comment-page-1/#comment-74</link>
		<dc:creator>Ingvar B.</dc:creator>
		<pubDate>Sat, 12 Jun 2010 09:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=28#comment-74</guid>
		<description>Hey guys,

I solved my &quot;+[NSString decodeXMLCharactersIn:]: unrecognized selector sent to class 0x30692800&quot; error. The problem was my file hierarchy and  import of the files &quot;NSSTring+XMLExtensions.h&quot; and &quot;NSString+XMLExtensions.m&quot;

The error occurred, when I put both files under classes/XMLRPCLIB/. My XMLRPC Classes were under classes/XMLRPCLIB/XMLRPC/ separately.

so, I put the &quot;NSSTring+XMLExtensions.h&quot; files under &quot;Classes/&quot; and this solved the problem. 

So keep your file hierarchy like it is shown on picture 4 :-)

This error took me 2 days to solve. I hope, that you can keep around this debugging time.</description>
		<content:encoded><![CDATA[<p>Hey guys,</p>
<p>I solved my &#8220;+[NSString decodeXMLCharactersIn:]: unrecognized selector sent to class 0&#215;30692800&#8243; error. The problem was my file hierarchy and  import of the files &#8220;NSSTring+XMLExtensions.h&#8221; and &#8220;NSString+XMLExtensions.m&#8221;</p>
<p>The error occurred, when I put both files under classes/XMLRPCLIB/. My XMLRPC Classes were under classes/XMLRPCLIB/XMLRPC/ separately.</p>
<p>so, I put the &#8220;NSSTring+XMLExtensions.h&#8221; files under &#8220;Classes/&#8221; and this solved the problem. </p>
<p>So keep your file hierarchy like it is shown on picture 4 <img src='http://www.leoganda.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>This error took me 2 days to solve. I hope, that you can keep around this debugging time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://www.leoganda.net/xml-rpc-on-iphone/comment-page-1/#comment-68</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Wed, 19 May 2010 20:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=28#comment-68</guid>
		<description>god bless you dude. you save my day :)</description>
		<content:encoded><![CDATA[<p>god bless you dude. you save my day <img src='http://www.leoganda.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tugrul</title>
		<link>http://www.leoganda.net/xml-rpc-on-iphone/comment-page-1/#comment-64</link>
		<dc:creator>Tugrul</dc:creator>
		<pubDate>Tue, 11 May 2010 09:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=28#comment-64</guid>
		<description>god bless you dude. you save my day :)</description>
		<content:encoded><![CDATA[<p>god bless you dude. you save my day <img src='http://www.leoganda.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zippy</title>
		<link>http://www.leoganda.net/xml-rpc-on-iphone/comment-page-1/#comment-57</link>
		<dc:creator>zippy</dc:creator>
		<pubDate>Thu, 22 Apr 2010 06:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=28#comment-57</guid>
		<description>XML-RPC doesn&#039;t support anything like HTTP authentication AFAIK, but if you look at some of the methods that WP supports, they have you pass a username and password value in the parameter array.

For instance:

[req setMethod:@&quot;mt.getRecentPostTitles&quot; withObject:[NSArray arrayWithObjects:@&quot;1&quot;, @&quot;username&quot;, @&quot;password&quot;, nil]];</description>
		<content:encoded><![CDATA[<p>XML-RPC doesn&#8217;t support anything like HTTP authentication AFAIK, but if you look at some of the methods that WP supports, they have you pass a username and password value in the parameter array.</p>
<p>For instance:</p>
<p>[req setMethod:@"mt.getRecentPostTitles" withObject:[NSArray arrayWithObjects:@"1", @"username", @"password", nil]];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tun</title>
		<link>http://www.leoganda.net/xml-rpc-on-iphone/comment-page-1/#comment-56</link>
		<dc:creator>tun</dc:creator>
		<pubDate>Wed, 14 Apr 2010 12:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=28#comment-56</guid>
		<description>Great post!! finally i found it. Thanks you
My XML RPC test url:

http://blog.tranbros.com/rpc.ashx</description>
		<content:encoded><![CDATA[<p>Great post!! finally i found it. Thanks you<br />
My XML RPC test url:</p>
<p><a href="http://blog.tranbros.com/rpc.ashx" rel="nofollow">http://blog.tranbros.com/rpc.ashx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin</title>
		<link>http://www.leoganda.net/xml-rpc-on-iphone/comment-page-1/#comment-51</link>
		<dc:creator>Gavin</dc:creator>
		<pubDate>Sun, 28 Mar 2010 03:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=28#comment-51</guid>
		<description>Hey Brian, did you ever find a solution for this?

Thanks</description>
		<content:encoded><![CDATA[<p>Hey Brian, did you ever find a solution for this?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guest</title>
		<link>http://www.leoganda.net/xml-rpc-on-iphone/comment-page-1/#comment-50</link>
		<dc:creator>guest</dc:creator>
		<pubDate>Sat, 27 Mar 2010 05:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=28#comment-50</guid>
		<description>Also found something else.  Got it to work but if you return Strings it crahses, if you return NSDictionaries they are empty with no value.   I think the problem may be in the decoder becauese I can trace that the service is returning values correctly... its when the client is trying to decode the response that it runs into issues.

any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>Also found something else.  Got it to work but if you return Strings it crahses, if you return NSDictionaries they are empty with no value.   I think the problem may be in the decoder becauese I can trace that the service is returning values correctly&#8230; its when the client is trying to decode the response that it runs into issues.</p>
<p>any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guest</title>
		<link>http://www.leoganda.net/xml-rpc-on-iphone/comment-page-1/#comment-49</link>
		<dc:creator>guest</dc:creator>
		<pubDate>Sat, 27 Mar 2010 05:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=28#comment-49</guid>
		<description>Similar issue, I downloaded the source, changed the url and args to a working xmlrpc service i have here, and ran it and it crashed.  I&#039;m running 3.1.2.</description>
		<content:encoded><![CDATA[<p>Similar issue, I downloaded the source, changed the url and args to a working xmlrpc service i have here, and ran it and it crashed.  I&#8217;m running 3.1.2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.leoganda.net/xml-rpc-on-iphone/comment-page-1/#comment-43</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 08 Mar 2010 22:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=28#comment-43</guid>
		<description>Hi, thanks for posting this tutorial!

Ive downloaded your source code and when i build and go, i get a warning next to the line of code:

NSString *result=[self executeXMLRPCRequest:reqHello];

The warning says:

&#039;XMLRPC_SayHelloViewController&#039; may not respond to &#039;-executeXMLRPCRequest:&#039; (Messages without a matching method signature will be assumed to return &#039;id&#039; and accept &#039;...&#039; as arguments.)

When i click the &quot;Get Response&quot; button in the simulator, the program just crashes out.

Has anyone got any ideas??

Thanks

Dave</description>
		<content:encoded><![CDATA[<p>Hi, thanks for posting this tutorial!</p>
<p>Ive downloaded your source code and when i build and go, i get a warning next to the line of code:</p>
<p>NSString *result=[self executeXMLRPCRequest:reqHello];</p>
<p>The warning says:</p>
<p>&#8216;XMLRPC_SayHelloViewController&#8217; may not respond to &#8216;-executeXMLRPCRequest:&#8217; (Messages without a matching method signature will be assumed to return &#8216;id&#8217; and accept &#8216;&#8230;&#8217; as arguments.)</p>
<p>When i click the &#8220;Get Response&#8221; button in the simulator, the program just crashes out.</p>
<p>Has anyone got any ideas??</p>
<p>Thanks</p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://www.leoganda.net/xml-rpc-on-iphone/comment-page-1/#comment-40</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Sat, 06 Mar 2010 23:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.leoganda.net/?p=28#comment-40</guid>
		<description>the services I am trying to connect to require authentication (username/password)  Does anyone know if this library supports this?  If so can someone post an example.  Thanks!</description>
		<content:encoded><![CDATA[<p>the services I am trying to connect to require authentication (username/password)  Does anyone know if this library supports this?  If so can someone post an example.  Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
