[android-developers] org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope (position:START_TAG {http://schemas.xmlsoap.org/wsdl/}wsdl:definiti

2012-07-14 Thread MERT TUNÇBİLEK
I get this error at this line ; androidHttpTransport.call(SOAP_ACTION, soapEnvelope); while consuming a web service connection to sapserver. code doesnt give error but it dont return anything, but it should be return test string. please help. thanks. M.T. public class

[android-developers] org.xmlpull.v1.XmlPullParserException: expected: END_TAG

2012-03-27 Thread Vish nl
Hi, This is regarding consuming PHP based webservice using ksoap2 in android platform(version 2.3.1). The exception occurs when at line androidHttpTransport.call(SOAP_ACTION, envelope); as per below code. Please could you help on this issue regarding the exception. Below is the code snippet

Re: [android-developers] org.xmlpull.v1.XmlPullParserException

2011-09-23 Thread arun kumar
here is the response plz can u guide mw how to add response or can u send me any links which will be match to my task soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; xmlns:urn=urn:sap-com:document:sap:soap:functions:mc-style soapenv:Header/ soapenv:Body

Re: [android-developers] org.xmlpull.v1.XmlPullParserException

2011-09-23 Thread Streets Of Boston
I am not quite sure (i never used ksoap2), but i can come up with these possible causes: 1. Does your XML have some extra white-space before the top XML tag * Envelope*? 2. Try to set your NAMESPACE variable to http://schemas.xmlsoap.org/soap/envelope/; instead. 3. If that

Re: [android-developers] org.xmlpull.v1.XmlPullParserException

2011-09-23 Thread arun kumar
thanks for reply it contains Content-Type: text/xml;charset=UTF-8 SOAPAction: Authorization:Basic u1JJtklWQVNVuzppbml0aWfsMQ== -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] org.xmlpull.v1.XmlPullParserException

2011-09-23 Thread TreKing
On Fri, Sep 23, 2011 at 8:04 AM, arun kumar arun.kata...@gmail.com wrote: here is the response plz can u guide mw how to add response or can u send me any links which will be match to my task This has nothing to do with Android.

[android-developers] org.xmlpull.v1.XmlPullParserException

2011-09-22 Thread arun kumar
Hi, am getting this exception the response has to get in xml data 09-22 17:53:38.399: WARN/System.err(986): org.xmlpull.v1.XmlPullParserException: expected: START_TAG { http://schemas.xmlsoap.org/soap/envelope/}Envelope (position:START_TAG {

Re: [android-developers] org.xmlpull.v1.XmlPullParserException

2011-09-22 Thread TreKing
On Thu, Sep 22, 2011 at 8:13 AM, arun kumar arun.kata...@gmail.com wrote: am getting this exception Fix your data. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit

[android-developers] org.xmlpull.v1.XmlPullParserException: Map value without name attribute: boolean

2011-03-20 Thread siliconeagle
I am trying to figure out the cause of this error it occurs on startup when i try to get the shared preferences for the app. the code is just: settings = this.getSharedPreferences(Globals.PREFS_NAME, 0) Seems like a corruption, but the bug is in the app as i have installed it on multiple devices

[android-developers] org.xmlpull.v1.XmlPullParserException: Map value without name attribute: boolean

2011-03-19 Thread siliconeagle
I am getting a really strange error all of a sudden when getting the shared preferences in my app. I have completely removed the app and all data and it just recurs after install - nothing saves in shared preferences after the app is killed, the preferences save in memory but everything is reset