Android ksoap call xmlpullparser exception

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.: (

+5
source share
2 answers

I could not solve this problem, ksoap2 API has problems running on several platforms. So I implemented the SOAP service without using any API and went Native.

-. , / SOAP.

+1

. 2.6.5 2.6.4 .

+1

All Articles