Abhishek
Abhishek

Reputation: 11

Android Webservice

HI

i am new to android. i want to use ksoap2 to connect to web service.Can anyone give me links to a good sample application code.

it will be of great help to me.

thanks in advance

Upvotes: 1

Views: 400

Answers (1)

Shashank_Itmaster
Shashank_Itmaster

Reputation: 2475

Using kSoap2 is really best thing when your getting SOAP response.

Here are links which can help you to use kSoap2:-

  1. Overview About It.
  2. About using kSoap2
  3. Receiving Response as Complex Type.

Please visit codereview.stackexchange.com thread of mine where I placed the code using kSoap2 Link

Upvotes: 1

Related Questions