Re: [android-developers] SAP web service consuming by android

2012-07-17 Thread arun kumar
try { HttpClient httpclient = new DefaultHttpClient(); UsernamePasswordCredentials creds = new UsernamePasswordCredentials("username", "password"); ((AbstractHttpClient) httpclient).getCredentialsProvider().setCredentials(new AuthScope(AuthScope.ANY_HOST, AuthScope.AN

[android-developers] SAP web service consuming by android

2012-07-14 Thread MERT TUNÇBİLEK
Hi everyone, I try to consume SAP web service by android with ksoap2 but ı did not achieve it, since this error, WARN/System.err(1229): org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope(position:START_TAG <{ http://schemas.xmlsoap.org/w