0

I need a tutorial on how to do a basic web service call in android. I currently use ksoap but I and getting an error when I make the call and I need to know what the response from the server was. ksoap wont give me that information because it parses the response in the api where I am getting the error.

I am new to all this web service stuff so please help me out

tyczj
  • 66,691
  • 50
  • 172
  • 271
  • 2
    i recommend this: http://stackoverflow.com/questions/2793150/how-to-use-java-net-urlconnection-to-fire-and-handle-http-requests – Th0rndike Jun 05 '12 at 14:13

1 Answers1

0

Well it depends what you want to develop it using

A good tutorial using PHP, MySQL is here

I know you are using KSOAP at the moment but here is a nice tutorial that uses KSOAP and in explained in nice detail.

Hip Hip Array
  • 4,425
  • 9
  • 45
  • 70