0

I'm trying to create an Android app that will pass a string to this (http://www.yodaspeak.co.uk/webservice/yodatalk.php?wsdl) webservice and then receive the string that it returns. I know I should be using the ksoap2 library, but I am unsure as to how to go about even attempting to start going about this problem. I am very new to both Java and Android, so any code examples will not go unappreciated, but what I really need is some sort of explanation as to their use. Thank you so much in advance.

  • See this post, may be its helpful: http://stackoverflow.com/questions/5052643/ksoap-sending-arguments-and-recieving-results – Mudassir Jul 15 '11 at 04:05

2 Answers2

0

The ksoap2-android project site has a wiki including a page with bunch of links on it as well as a mailing list and more documentation.

http://code.google.com/p/ksoap2-android/

http://code.google.com/p/ksoap2-android/wiki/Links

Manfred Moser
  • 29,539
  • 13
  • 92
  • 123
0

I had written a (very) simple code example to demonstrate how to work with KSOAP2 in Android.

It can be found here: KSOAP2 with Android

Aman Alam
  • 11,231
  • 7
  • 46
  • 81