Android : XmlpullParser exception
I got stuck with a problem, In my program I am getting the xmlpullparser exception and I goggled it but as I am new to android I couldn't able to understand how to solve the issue. I corrected my program a lot still I couldn't, some one help me to solve this I am using WSDL,KSOAP1.2. Thanks in advance....! Here is my code public void register() { Log.v(TAG, "Trying to Login"); EditText etxt_user = (EditText) findViewById(R.id.regetfirstname); EditText etxt_pass = (EditText) findViewById(R.id.regetlastname); EditText etxt_dob = (EditText) findViewById(R.id.regetdob); EditText etxt_email =