Hi guys!
I've been watching around and playing with the webservice possiblities i found, KSOAP and creating my own SOAP message. Now is my question, which one do you guys use or prefer?
I prefer using the handmade version, since you parse the result with the XML parser and make a list that way with all the returns while KSOAP doesn't handle objects returned that well. As far as I know you get 1 big string back and you still need to parse it after if you want to with KSOAP.


