Posts by Blanco • 29 points
2 posts
-
0
votes2
answers483
viewsA: Webservice + SOAP for android
I figured out what the problem was: In my class UserDAO, in the following line: SoapObject usr = new SoapObject(NAMESPACE, "User"); I could not pass the second parameter as "User", the correct was…
-
2
votes2
answers483
viewsQ: Webservice + SOAP for android
Good morning, I created a web service with Soap and tested in the tool Soapui. In this tool works cool. In android to using Ksoap and when I have the data listed in Logcat it is popping an…