Posts by Andre B • 11 points
2 posts
-
0
votes1
answer78
viewsA: Getting a response from Webservice with Ksoap
I managed to solve. I tried to solve it by Parse but it didn’t work, because when I pass the Ksoap object to string, it messes up all the XML code, adding brackets and removing some tags. I used…
-
1
votes1
answer78
viewsQ: Getting a response from Webservice with Ksoap
I have a web service that returns this data: <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"…