Android with WSDL web service
How can i access a WSDL web service in android .Can any one give some co开发者_如何学JAVAde or tutorial for how to implement it on Android.
Use a SOAP library like Apache Axis2 (may be overkill) or ksoap-android
If you don't want to use KSOAP, this could be usefull to you. And this to send and display the request.
The first step is to trying the connection to your webservice. You can use soapUI which is a very good tool to test soap query.
There is some code example on my own question, you only need to know your query.
精彩评论