Posts by FeedProject • 13 points
2 posts
-
1
votes2
answers239
viewsA: Sending problem in Webservice call(SOAP_ACTION, envelope)
Best practices recommend using a class you inherit from an Asynctask for network tasks. In doing so the requests will be made in a separate Thread which then updates your Thread UI…
-
0
votes2
answers474
viewsQ: Consume PHP/SOAP Webservice on Android
I am developing an Android application that consumes a PHP webservice through ksoap2 library. I am currently consulting the webservice with a class that extends an Asynctask. Only because she does…