I used ksoap2 to call my SOAP service. It works fine in android2.2 , but when the same code works in android2.3.3 , it throws an exception on the next line.
http_transport_se.call(SOAP_ACTION, envelope);
The exception is selected as follows.
org.xmlpull.v1.XmlPullParserException: unexpected type (position:TEXT [ێG...@1:255 in java.io.InputStreamReader@4057acc8)
Please note that no parameters are required to call this method. Please help.: (
source
share