-1

I want to use the web service in Android Application. I have already built web service using SOAP.

Kartik Domadiya
  • 29,868
  • 19
  • 93
  • 104

2 Answers2

1

You can also try if KSOAP2 library meets your needs, since it is more suited to mobile devices than libraries aimed for PCs

dstefanox
  • 2,222
  • 3
  • 19
  • 21
0

You can use existing Java libraries in Android. Check out Apache's Axis: http://axis.apache.org/axis/ as an example of a SOAP Java library.

Also, this is a duplicate of this SA question: How to call a SOAP web service on Android

Community
  • 1
  • 1
Steve Pomeroy
  • 10,071
  • 6
  • 34
  • 37