It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 ye开发者_开发百科ars ago.
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
精彩评论