[android-developers] Invoking web service from android.

2012-02-20 Thread indumathy raju
Hi all, I am new to android development. I am trying to invoke webservice from android using Ksoap2- 2.5 version. Below is the snippet of code I'm using. Getting SOAP-ENV: server faultstring excception. I couldt understand this error. help me to fix this. *ERROR* SoapFault - faultcode: 'SOAP-ENV:S

[android-developers] Unable to connect Oracle database

2012-02-07 Thread indumathy raju
Hi all, I'm new to android application. I'm trying to access oracle database from my application. Below is my code for my database connectivity. I'm unable to connect. i put ojdbc14.jar in class path also. but getting class not found error in log cat. I'm using android 1.6. can anybody help to fix