<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Grab A Life</title>
	<atom:link href="http://grabalife.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://grabalife.com</link>
	<description>Technobabble code updates, and random thoughts of goodness.</description>
	<lastBuildDate>Wed, 28 Jul 2010 06:56:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Using .NET web services and dataset objects in your iphone app by Nicola Fagan</title>
		<link>http://grabalife.com/2009/10/19/using-net-web-services-and-dataset-objects-in-your-iphone-app/#comment-635</link>
		<dc:creator>Nicola Fagan</dc:creator>
		<pubDate>Wed, 28 Jul 2010 06:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://grabalife.com/?p=83#comment-635</guid>
		<description>Thank you, i try the revision 2, and work very well :) :) many thanks</description>
		<content:encoded><![CDATA[<p>Thank you, i try the revision 2, and work very well <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using .NET Web Services And Datasets with iPhone Revision 2! by Nik</title>
		<link>http://grabalife.com/2010/05/28/using-net-web-services-and-datasets-with-iphone-revision-2/#comment-634</link>
		<dc:creator>Nik</dc:creator>
		<pubDate>Wed, 28 Jul 2010 04:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://grabalife.com/?p=108#comment-634</guid>
		<description>The XmlDataSetParser is all messed up
are you sure you have the correct files posted for download?
looks like currentData is not initialized...
kept getting *** -[CFString retain]: message sent to deallocated instance</description>
		<content:encoded><![CDATA[<p>The XmlDataSetParser is all messed up<br />
are you sure you have the correct files posted for download?<br />
looks like currentData is not initialized&#8230;<br />
kept getting *** -[CFString retain]: message sent to deallocated instance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using .NET web services and dataset objects in your iphone app by o0joecool0o</title>
		<link>http://grabalife.com/2009/10/19/using-net-web-services-and-dataset-objects-in-your-iphone-app/#comment-630</link>
		<dc:creator>o0joecool0o</dc:creator>
		<pubDate>Tue, 27 Jul 2010 21:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://grabalife.com/?p=83#comment-630</guid>
		<description>Please update to Revision 2 see the link above. I cannot support this version as there are many bugs that have been fixed and memory issues in the new version</description>
		<content:encoded><![CDATA[<p>Please update to Revision 2 see the link above. I cannot support this version as there are many bugs that have been fixed and memory issues in the new version</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using .NET Web Services And Datasets with iPhone Revision 2! by Alan Rosenthal</title>
		<link>http://grabalife.com/2010/05/28/using-net-web-services-and-datasets-with-iphone-revision-2/#comment-629</link>
		<dc:creator>Alan Rosenthal</dc:creator>
		<pubDate>Tue, 27 Jul 2010 15:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://grabalife.com/?p=108#comment-629</guid>
		<description>Hi,
I am having a problem sending parameters.  The web service works when I invoke it with parameters when I can the service from a browser.  Using your service, I check the parameters in the service and they are blank.  I checked the case sensitivity etc.  Can you help me. Alan.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am having a problem sending parameters.  The web service works when I invoke it with parameters when I can the service from a browser.  Using your service, I check the parameters in the service and they are blank.  I checked the case sensitivity etc.  Can you help me. Alan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using .NET web services and dataset objects in your iphone app by Alan Rosenthal</title>
		<link>http://grabalife.com/2009/10/19/using-net-web-services-and-dataset-objects-in-your-iphone-app/#comment-628</link>
		<dc:creator>Alan Rosenthal</dc:creator>
		<pubDate>Tue, 27 Jul 2010 15:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://grabalife.com/?p=83#comment-628</guid>
		<description>Did you find out why passing parameters to web service doesn&#039;t work.  I am having the same problem.  Web service receives nothing.
Thanks, Alan</description>
		<content:encoded><![CDATA[<p>Did you find out why passing parameters to web service doesn&#8217;t work.  I am having the same problem.  Web service receives nothing.<br />
Thanks, Alan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using .NET web services and dataset objects in your iphone app by Alan Rosenthal</title>
		<link>http://grabalife.com/2009/10/19/using-net-web-services-and-dataset-objects-in-your-iphone-app/#comment-627</link>
		<dc:creator>Alan Rosenthal</dc:creator>
		<pubDate>Tue, 27 Jul 2010 15:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://grabalife.com/?p=83#comment-627</guid>
		<description>Hi,
Did you ever find out why calling the service with parameters doesn&#039;t work.  I am 
having the same problem, without parameters it work.  When I log the web service,
the parameter aren&#039;t receiving anything.  case sensitive and typing is ok.

Thanks,
Alan</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Did you ever find out why calling the service with parameters doesn&#8217;t work.  I am<br />
having the same problem, without parameters it work.  When I log the web service,<br />
the parameter aren&#8217;t receiving anything.  case sensitive and typing is ok.</p>
<p>Thanks,<br />
Alan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using .NET Web Services And Datasets with iPhone Revision 2! by Joe</title>
		<link>http://grabalife.com/2010/05/28/using-net-web-services-and-datasets-with-iphone-revision-2/#comment-611</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 21 Jul 2010 22:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://grabalife.com/?p=108#comment-611</guid>
		<description>The example code is asynchrounous. It uses OperationQueues in CacheDBCommands class</description>
		<content:encoded><![CDATA[<p>The example code is asynchrounous. It uses OperationQueues in CacheDBCommands class</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using .NET web services and dataset objects in your iphone app by Nicola Fagan</title>
		<link>http://grabalife.com/2009/10/19/using-net-web-services-and-dataset-objects-in-your-iphone-app/#comment-599</link>
		<dc:creator>Nicola Fagan</dc:creator>
		<pubDate>Fri, 16 Jul 2010 16:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://grabalife.com/?p=83#comment-599</guid>
		<description>Hi, I&#039;m new for XCode developer, 
I try the code, from a my test web service,
that work correcty on C# on Visual Studio. 
The web service on Visual Studio fill a grid and work very well,
but the code on Xcode not work, the dataset is every nill, 
i dont know i think is ok(?), but not work

The col: szRagSoc, return the name of user number

Thank you very much. This has really helped me a lot.

Nicola F. :)


self.data = [[NSMutableData alloc] init];
WebServiceHelper *DataCon = [[WebServiceHelper alloc] init];
DataCon.XMLNameSpace = @&quot;http://tempuri.org/&quot;;
DataCon.XMLURLAddress = @&quot;http://www.tercera.biz/TelecomWs.asmx&quot;;
DataCon.MethodName = @&quot;GetNumber&quot;;
DataCon.MethodParameters = [[NSMutableDictionary alloc] init];
[DataCon.MethodParameters setObject:@&quot;0495590318&quot; forKey:@&quot;szNumber&quot;];
self.data = [DataCon initiateConnection];



//Create a dataset object using the new raw data we received from the service
DataSet *dsMyDataSet = [[DataSet alloc] initWithXMLData:self.data];

//Now we have a dataset filled with data from the initWithXMLData command lets
//query some data from it!
//Set up a dictionary object to hold our query data from the dataset
NSMutableDictionary *mydata= [[NSMutableDictionary alloc] init];

//retrieve all rows from the selected table and column
mydata = [dsMyDataSet getRowsForTableAndColumn:@&quot;telecom&quot; col:@&quot;szRagSoc&quot; ];
//mydata should contain all rows from column &quot;Username&quot;


//you can do what you want with the data at this point like a simple iteration
NSEnumerator *userIterator= [mydata objectEnumerator];

NSString *username;

while(username =  [userIterator nextObject])
{
	NSLog(@&quot;Username: %@&quot;, username);
}
[mydata release];</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m new for XCode developer,<br />
I try the code, from a my test web service,<br />
that work correcty on C# on Visual Studio.<br />
The web service on Visual Studio fill a grid and work very well,<br />
but the code on Xcode not work, the dataset is every nill,<br />
i dont know i think is ok(?), but not work</p>
<p>The col: szRagSoc, return the name of user number</p>
<p>Thank you very much. This has really helped me a lot.</p>
<p>Nicola F. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>self.data = [[NSMutableData alloc] init];<br />
WebServiceHelper *DataCon = [[WebServiceHelper alloc] init];<br />
DataCon.XMLNameSpace = @&#8221;http://tempuri.org/&#8221;;<br />
DataCon.XMLURLAddress = @&#8221;http://www.tercera.biz/TelecomWs.asmx&#8221;;<br />
DataCon.MethodName = @&#8221;GetNumber&#8221;;<br />
DataCon.MethodParameters = [[NSMutableDictionary alloc] init];<br />
[DataCon.MethodParameters setObject:@"0495590318" forKey:@"szNumber"];<br />
self.data = [DataCon initiateConnection];</p>
<p>//Create a dataset object using the new raw data we received from the service<br />
DataSet *dsMyDataSet = [[DataSet alloc] initWithXMLData:self.data];</p>
<p>//Now we have a dataset filled with data from the initWithXMLData command lets<br />
//query some data from it!<br />
//Set up a dictionary object to hold our query data from the dataset<br />
NSMutableDictionary *mydata= [[NSMutableDictionary alloc] init];</p>
<p>//retrieve all rows from the selected table and column<br />
mydata = [dsMyDataSet getRowsForTableAndColumn:@"telecom" col:@"szRagSoc" ];<br />
//mydata should contain all rows from column &#8220;Username&#8221;</p>
<p>//you can do what you want with the data at this point like a simple iteration<br />
NSEnumerator *userIterator= [mydata objectEnumerator];</p>
<p>NSString *username;</p>
<p>while(username =  [userIterator nextObject])<br />
{<br />
	NSLog(@&#8221;Username: %@&#8221;, username);<br />
}<br />
[mydata release];</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using .NET Web Services And Datasets with iPhone Revision 2! by Geo</title>
		<link>http://grabalife.com/2010/05/28/using-net-web-services-and-datasets-with-iphone-revision-2/#comment-598</link>
		<dc:creator>Geo</dc:creator>
		<pubDate>Fri, 16 Jul 2010 14:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://grabalife.com/?p=108#comment-598</guid>
		<description>Thanks to Kris I did get this working.  My only question now is:  I attempted to use the Sort function as I am returning info for a gma and getting High Scores but also the xml shows the scores returned as int, they appear to be strings after converted to the nsMutableArray.  If I then attmept ot sort on highScore, it returns as:

1000
1
100
20000

etc..  If I set the isNumeric to YES, it errors.  Has anyone else gotten the Numeric sort to work?



Geo...</description>
		<content:encoded><![CDATA[<p>Thanks to Kris I did get this working.  My only question now is:  I attempted to use the Sort function as I am returning info for a gma and getting High Scores but also the xml shows the scores returned as int, they appear to be strings after converted to the nsMutableArray.  If I then attmept ot sort on highScore, it returns as:</p>
<p>1000<br />
1<br />
100<br />
20000</p>
<p>etc..  If I set the isNumeric to YES, it errors.  Has anyone else gotten the Numeric sort to work?</p>
<p>Geo&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using .NET Web Services And Datasets with iPhone Revision 2! by Anupam Godbole</title>
		<link>http://grabalife.com/2010/05/28/using-net-web-services-and-datasets-with-iphone-revision-2/#comment-595</link>
		<dc:creator>Anupam Godbole</dc:creator>
		<pubDate>Wed, 14 Jul 2010 15:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://grabalife.com/?p=108#comment-595</guid>
		<description>The code works perfectly if the request is synchronous. Is it possible to call the web service asynchronously?

Thanks.</description>
		<content:encoded><![CDATA[<p>The code works perfectly if the request is synchronous. Is it possible to call the web service asynchronously?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
