I am new to Android. I'm trying to consume a web service that's response is not XML. It's a string. Also my friend who's developing iPhone application get an XML response. I'm using ksoap2 lib and .asmx web service. Can you please say me how to get an XML response from webservice. Thanks.
You can get the response in XML by using HttpTransportSE.responseDump
which will give you the response in XML format.