Click here to Skip to main content
15,886,258 members

Comments by Chaitalee Thakar (Top 1 by date)

Chaitalee Thakar 19-Oct-12 2:00am View    
Deleted
Its is error from web service response side , what are you getting from web service is importane...

if you are getting single string from web service like "Hello World" then use SoapPrimitive in response ...

if you are getting non-single like array or xml then use SoapObject...check it out..