Asked By
Trish Moris
40 points
N/A
Posted on - 02/07/2013
I was trying to develop an application using KSOAP2 on Android 2.0.
But when I tried running this application it gives me the following error and does not run can anyone tell me why this is happening?
Can anyone tell me why this is happening??
Error Org.xmlpull. V1.XmlPullParserException: Expected: START_TAG {null}methodResponse (position: START_TAG (empty)
@1:7 in java.io. InputStreamReader@419fc318)
Â
Unknown error in Android 2.0
Hi Trish,
From what you've posted, it looks like your coding is expecting some input that is not being passed or passed in the proper format.
Check to ensure you are not using UTF-8 Byte Order Mark (BOM) coding. If that isn't an issue, ensure your permissions are properly set for the file.
Also, ensure the xmlrpc.php file is saved in the root of the directory. Â
Lastly, try disabling plugins for your browser.
I hope these suggestions help.
Katelynn