0

i need to know if it's possible to use this webservice http://dt106696/BpassPlus/General.asmx?WSDL in Android application. It's possible?

This is a simple webservice with only one method and many types of arguments. How is the best make it? using ksoap2 ?

thanks

Vítor Nóbrega
  • 1,119
  • 4
  • 24
  • 49

1 Answers1

1

The link you specified is to a Windows network name that will not resolve for anyone who is not logically on the same Windows network as you.

Ksoap has libraries for Android, and unless you're doing something truly bizarre should be able to handle your needs: http://code.google.com/p/ksoap2-android/

Femi
  • 62,839
  • 8
  • 114
  • 142