Use Web Service in Android [closed]
I want to use the web service in Android Application. I have already built web service using SOAP.
You can also try if KSOAP2 library meets your needs, since it is more suited to mobile devices than libraries aimed for PCs
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
精彩评论