Android Org.xmlpull.v1.xmlpullparserexception Error
Trying to do a basic web service pull and I keep getting an error: org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope (p
Solution 1:
You can't get html web page with soap!! And if you call a webservice you must replace your link with wsdl
foo/bar/Service1.asmx?wsdl
Post a Comment for "Android Org.xmlpull.v1.xmlpullparserexception Error"