Results 1 to 5 of 5

Thread: android app to call asp.net web service to call ms sql 2008 server

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2008
    Posts
    407

    android app to call asp.net web service to call ms sql 2008 server

    Hi Guys,
    I'm trying to figure out the best way to have my android app pull data from my ms sql server 2008 database. I understand that there's two parts to this that the android app (written in java) has to call the web service (written in .net) and then that will call the database and pull the data, but all the examples I've found are rather piecemeal. Does anyone have any good examples?

    Some examples I've seen use a ksoap design that doesn't seem the best because it doesn't look like it's really supported that well. http://ksoap2.sourceforge.net/

    Another one I've seen is a Jersey based design http://jersey.java.net/, which looks like it would be easier but I have no idea how to interface it with a .net web service.
    My Websites
    SharpMP3 - MP3 Design Articles www.sharpmp3.com
    Yobbers - Job Search www.yobbers.com
    Lets Trend - Methods For Riding Stock Trends www.letstrend.com

  2. #2
    Fanatic Member TDQWERTY's Avatar
    Join Date
    Oct 2003
    Location
    Oporto & Leiria, Portugal / Luanda, Angola
    Posts
    972

    Re: android app to call asp.net web service to call ms sql 2008 server

    I'm doing something like that, and i can assure you ksoap2 is doing a great job and its quite easy.
    I'm using SOAP webservices that I created in .net, connected using ksoap2. Did have some troubles but after changing SoapSerializationEnvelope() to SoapEnvelope.VER12 it started working great.

    What kind of help do you need?
    ::Winamp 5.xx id3v2 & modern skin support::
    ::NetCF DataGrid Programatically Scroll Example::
    Don't forget to rate posts from those who helped you solving your problem, clicking on and rating it.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2008
    Posts
    407

    Re: android app to call asp.net web service to call ms sql 2008 server

    Oh really? Do you have an example or anything you used for your research? Like a hello world type example where the android app just talks to the asp webservice. That's really what I need something to work off.
    My Websites
    SharpMP3 - MP3 Design Articles www.sharpmp3.com
    Yobbers - Job Search www.yobbers.com
    Lets Trend - Methods For Riding Stock Trends www.letstrend.com

  4. #4
    Fanatic Member TDQWERTY's Avatar
    Join Date
    Oct 2003
    Location
    Oporto & Leiria, Portugal / Luanda, Angola
    Posts
    972

    Re: android app to call asp.net web service to call ms sql 2008 server

    Sure, i had some problem some days ago and eventually i found the answer to my own problem here.
    ::Winamp 5.xx id3v2 & modern skin support::
    ::NetCF DataGrid Programatically Scroll Example::
    Don't forget to rate posts from those who helped you solving your problem, clicking on and rating it.

  5. #5
    New Member
    Join Date
    May 2019
    Posts
    1

    Re: android app to call asp.net web service to call ms sql 2008 server

    oh the problem you said i'm also wondering if you can try apkafe to see if it is better k

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width