views:

5487

answers:

2

Hello everyone! I have some web services that uses WSDL/SOAP for communication. Specifically, I am using PHP and Nusoap to make them. How can I use these web services on Android? I am going to get a new Android phone soon, so I need to know.

It is easy to do it with Windows Mobile and Visual Studio.

Thanks

+4  A: 

Android doesn't come with SOAP library. However, you can download 3rd party library here:
http://code.google.com/p/ksoap2-android/

If you need help using it, you might find this thread helpful:
http://stackoverflow.com/questions/1052300/how-to-call-a-net-webservice-from-android-using-ksoap2

Viktor Bresan
+1  A: 

Hi,

I’ve created a new SOAP client for the Android platform, it is use a JAX-WS generated interfaces, but it is only a proof-of-concept yet.

If you are interested, please try the example and/or watch the source: http://wiki.javaforum.hu/display/ANDROIDSOAP/Home

:)

Gábor Auth
nice one. Keep up the good work!
DeliveryNinja