0

How can i access a WSDL web service in android .Can any one give some code or tutorial for how to implement it on Android.

  • 1
    possible duplicate of [How to call SOAP web service with Android](http://stackoverflow.com/questions/297586/how-to-call-soap-web-service-with-android) – kgiannakakis Aug 04 '11 at 13:24

2 Answers2

0

Use a SOAP library like Apache Axis2 (may be overkill) or ksoap-android

ᆼᆺᆼ
  • 14,442
  • 8
  • 53
  • 87
0

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.

Community
  • 1
  • 1
Dsandre
  • 312
  • 1
  • 5
  • 14