<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to consume a webservice returning dataset (dot net) in android? in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788680#M5232</link>
    <description>&lt;P&gt;I don't know the scope of this forums!!!&lt;BR /&gt;But, can we put the questions regarding the developement?&lt;BR /&gt;If yes, I have one question here:&lt;BR /&gt;&lt;BR /&gt;We can consume a webservice returning a scalar value,But &lt;BR /&gt;how we can consume a webservice returning a dataset (created in vb.net) from an android activity?&lt;BR /&gt;&lt;BR /&gt;any kind of help is most appreciated.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Nov 2011 11:05:28 GMT</pubDate>
    <dc:creator>Navnath_Lanke</dc:creator>
    <dc:date>2011-11-22T11:05:28Z</dc:date>
    <item>
      <title>How to consume a webservice returning dataset (dot net) in android?</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788680#M5232</link>
      <description>&lt;P&gt;I don't know the scope of this forums!!!&lt;BR /&gt;But, can we put the questions regarding the developement?&lt;BR /&gt;If yes, I have one question here:&lt;BR /&gt;&lt;BR /&gt;We can consume a webservice returning a scalar value,But &lt;BR /&gt;how we can consume a webservice returning a dataset (created in vb.net) from an android activity?&lt;BR /&gt;&lt;BR /&gt;any kind of help is most appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2011 11:05:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788680#M5232</guid>
      <dc:creator>Navnath_Lanke</dc:creator>
      <dc:date>2011-11-22T11:05:28Z</dc:date>
    </item>
    <item>
      <title>How to consume a webservice returning dataset (dot net) in andr</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788681#M5233</link>
      <description>Which data format have your webservice?&lt;DIV&gt;If you able to control both sides(vb.net and Android) I would suggest using JSON, because it's supported by the official API:&lt;A href="http://developer.android.com/reference/org/json/JSONObject.html"&gt;http://developer.android.com/reference/org/json/JSONObject.html&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Alex&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Nov 2011 12:04:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788681#M5233</guid>
      <dc:creator>Alexander_W_Intel</dc:creator>
      <dc:date>2011-11-22T12:04:39Z</dc:date>
    </item>
    <item>
      <title>How to consume a webservice returning dataset (dot net) in andr</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788682#M5234</link>
      <description>Thanks a lot for the reply,&lt;DIV&gt;webservice is returning a dataset with multiple data tables having multiple rows and columns in each table.&lt;/DIV&gt;&lt;DIV&gt;so it is difficult to fit in name value pairs.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Nov 2011 12:26:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788682#M5234</guid>
      <dc:creator>Navnath_Lanke</dc:creator>
      <dc:date>2011-11-22T12:26:24Z</dc:date>
    </item>
    <item>
      <title>How to consume a webservice returning dataset (dot net) in andr</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788683#M5235</link>
      <description>&lt;P&gt;JSON is not only a key:value store. You can put in hierarchical
datain like: &lt;/P&gt;

&lt;P&gt;&lt;PRE&gt;[jscript]{ "table1"  :
     {
         "row1": 
          { "col1": "a string", "col_number": 25}, 
         "row2": 
          { "col1": "another string", "col_number": 55} 
     }
"table2"  :
     {
         "row1": 
          { "col_different_from_table1": "a string"}, 
         "row2": 
          { "col_different_from_table1": "another string"} 
     }
}[/jscript]&lt;/PRE&gt; &lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="line-height: 16px;"&gt;Many webservices like from Twitter and Facebook are using JSON.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="line-height: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="line-height: 16px;"&gt;Alex&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Nov 2011 12:52:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788683#M5235</guid>
      <dc:creator>Alexander_W_Intel</dc:creator>
      <dc:date>2011-11-22T12:52:57Z</dc:date>
    </item>
    <item>
      <title>How to consume a webservice returning dataset (dot net) in andr</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788684#M5236</link>
      <description>vsichko tova e mnogo interesno i si zaslujava da se pomisli nad nego :)</description>
      <pubDate>Mon, 28 Nov 2011 08:08:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788684#M5236</guid>
      <dc:creator>key_key</dc:creator>
      <dc:date>2011-11-28T08:08:08Z</dc:date>
    </item>
    <item>
      <title>How to consume a webservice returning dataset (dot net) in andr</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788685#M5237</link>
      <description>Hi friend,&lt;DIV&gt;I didn't catch you, which is this language?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 28 Nov 2011 08:14:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788685#M5237</guid>
      <dc:creator>Navnath_Lanke</dc:creator>
      <dc:date>2011-11-28T08:14:22Z</dc:date>
    </item>
    <item>
      <title>How to consume a webservice returning dataset (dot net) in andr</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788686#M5238</link>
      <description>Hi Alex,&lt;DIV&gt;&lt;SPAN style="white-space: pre;"&gt;	&lt;/SPAN&gt;Thanks a lot again for the response.&lt;/DIV&gt;&lt;DIV&gt;But I am new to use android and JSON. I have done only a couple of applications in android and never used json before. All i have worked before is in VB.Net and Sql Server.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I will be very thank full to you if you can share a step by step walk through or a part of code that&lt;/DIV&gt;&lt;DIV&gt;is declaring and using the webservice (from dot net ) returning dataset in android.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks a lot in advance.&lt;/DIV&gt;</description>
      <pubDate>Mon, 28 Nov 2011 10:46:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788686#M5238</guid>
      <dc:creator>IDZ_A_Intel</dc:creator>
      <dc:date>2011-11-28T10:46:11Z</dc:date>
    </item>
    <item>
      <title>How to consume a webservice returning dataset (dot net) in andr</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788687#M5239</link>
      <description>Hi,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I never wrote code in VB.net so I could not give you a full example. But &lt;A href="http://stackoverflow.com/questions/579053/how-can-i-encode-an-array-in-vb-net-to-json"&gt;this post&lt;/A&gt; on Stackoverflow sounds very reasonable for me. All you have to do additionally in VB.net is to return the JsonString on a Web request.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;On the Android side there is a good example how to do connect to a web service and convert the JSON on this page:&lt;A href="http://www.vogella.de/articles/AndroidJSON/article.html"&gt;http://www.vogella.de/articles/AndroidJSON/article.html&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Hope this helps a bit more.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Alex&lt;/DIV&gt;</description>
      <pubDate>Fri, 02 Dec 2011 13:49:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788687#M5239</guid>
      <dc:creator>Alexander_W_Intel</dc:creator>
      <dc:date>2011-12-02T13:49:13Z</dc:date>
    </item>
    <item>
      <title>How to consume a webservice returning dataset (dot net) in andr</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788688#M5240</link>
      <description>Hi,&lt;DIV&gt; This will be fine while returning a single value from dotnet webservice, more over you can return an array too. But our main issue is how to deal with the dataset returned from the dotnet webservice.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Is there any code sample for the consuming dotnet webservices returning dataset?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;if you have any code sample , please share with us, that can definitely help many of us.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Jan 2012 08:49:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788688#M5240</guid>
      <dc:creator>Navnath_Lanke</dc:creator>
      <dc:date>2012-01-25T08:49:51Z</dc:date>
    </item>
    <item>
      <title>How to consume a webservice returning dataset (dot net) in andr</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788689#M5241</link>
      <description>&lt;DIV&gt;you can see the following example&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;A href="http://www.javatips.net/blog/2011/09/create-cxf-client"&gt;Create CXF Client&lt;/A&gt;</description>
      <pubDate>Thu, 10 May 2012 04:11:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788689#M5241</guid>
      <dc:creator>imby</dc:creator>
      <dc:date>2012-05-10T04:11:51Z</dc:date>
    </item>
    <item>
      <title>How to consume a webservice returning dataset (dot net) in andr</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788690#M5242</link>
      <description>&lt;P&gt;The system repair function will windows 7 keys remove any updates you have previously installed that are not included on the CD. Any windows Drivers will also be reverted to their original XP versions, as well as some settings (network &amp;amp; performance settings may sometimes be reset to their defaults). It may be necessary to reactivate your Windows XP as well. When finished, you will microsoft office 2007 keys have to download all of the updates from Microsoft Windows Update, because they are all replaced during repair.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.intel.com/www.keyyeah.com" target="_blank"&gt;www.keyyeah.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 May 2012 07:55:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788690#M5242</guid>
      <dc:creator>tomorrowwillbefine</dc:creator>
      <dc:date>2012-05-28T07:55:28Z</dc:date>
    </item>
    <item>
      <title>How to consume a webservice returning dataset (dot net) in andr</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788691#M5243</link>
      <description>&lt;P&gt;The system repair function will windows 7 keys remove any updates you have previously installed that are not included on the CD. Any windows Drivers will also be reverted to their original XP versions, as well as some settings (network &amp;amp; performance settings may sometimes be reset to their defaults). It may be necessary to reactivate your Windows XP as well. When finished, you will microsoft office 2007 keys have to download all of the updates from Microsoft Windows Update, because they are all replaced during repair.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.intel.com/www.keyyeah.com" target="_blank"&gt;www.keyyeah.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 May 2012 07:56:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788691#M5243</guid>
      <dc:creator>tomorrowwillbefine</dc:creator>
      <dc:date>2012-05-28T07:56:03Z</dc:date>
    </item>
    <item>
      <title>this is a simple i think it</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788692#M5244</link>
      <description>&lt;P&gt;this is a simple i think it can help&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.geekmind.net/2009/11/android-simple-httpclient-to.html"&gt;http://www.geekmind.net/2009/11/android-simple-httpclient-to.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2013 15:01:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788692#M5244</guid>
      <dc:creator>Mohamed_helmi_b_</dc:creator>
      <dc:date>2013-04-18T15:01:04Z</dc:date>
    </item>
    <item>
      <title>this is a simple , i think it</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788693#M5245</link>
      <description>&lt;P&gt;this is a simple , i think it can help&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.androidhive.info/2012/05/how-to-connect-android-with-php-mysql/"&gt;http://www.androidhive.info/2012/05/how-to-connect-android-with-php-mysql/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2013 21:18:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788693#M5245</guid>
      <dc:creator>Ahmed_Kchaou</dc:creator>
      <dc:date>2013-04-18T21:18:37Z</dc:date>
    </item>
    <item>
      <title>Dear Sir, </title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788694#M5246</link>
      <description>&lt;P&gt;Dear Sir,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;You can use &lt;STRONG&gt;&lt;A href="http://kobjects.org/ksoap2/index.html" target="_blank"&gt;Ksoap&lt;/A&gt;&lt;/STRONG&gt; Library for parsing datatable in android&lt;/P&gt;

&lt;P&gt;or you can use&lt;STRONG&gt; &lt;A href="http://json.codeplex.com/" target="_blank"&gt;Json.net &lt;/A&gt;&lt;/STRONG&gt;for parsing datatable to json object in .net&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;both of these are free and easy to use.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 07:54:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-consume-a-webservice-returning-dataset-dot-net-in-android/m-p/788694#M5246</guid>
      <dc:creator>Neetesh_S_</dc:creator>
      <dc:date>2016-05-23T07:54:50Z</dc:date>
    </item>
  </channel>
</rss>

