ksoap2 org.xmlpull.v1.xmlpullparserexception expected start_tag error

Below solution is tested and used for WCF Web Services If you are getting this error org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope (position:START_TAG <html> @1:7 in java.io.InputStreamReader@41afb3f0)” Then the possible chances are that your code is not able to access the web service as it has not been provided with correct values of METHOD_NAME=””; NAMESPACE =””; SOAP_ACTION … Read more