I'm calling soap web services through SoapObject in ksoap.jar not through HttpPost as it has been deprecated. I can't use URLConnection as it is for REST API. I'm getting the error:
 
org.xmlpull.v1.XmlPullParserException: Unexpected token (position:TEXT Request format i...@2:1 in java.io.InputStreamReader@b5aca270)
 
This is the xml file that is been send:
 
USNAMEPswrd
 
Please can anyone help out??