Good day! I\'m a web developer who has to choose a way\\protocol for web-server (LAMP) <-> android app communication.
I am developing a small blackberry project. Here are the step that it is supposed to be: User clicks Speak! button. The application record speech voice. [No Problem]
So I created a simple hello world program that uses ksoap2 on Android 2.3 and it works perfectly fine. However, when I use the exact same code on Android 3.0 Honeycomb (actually I\'m using Android 3.1
8/5/11: Update near bottom of post I\'m trying to call my WCF web service method from my Android app using kSOAP. The method takes 4 parameters. 3 of them are of type Guid (for which marshalling Java
my question for today is that i\'m curious about if there is a close relative and/or equivalence in java using the ksoap2-library to parse element-by-elements.
I am developing an Android application which rely on .NET web service for dynamic data. So, to communicate with SOAP web methods i am using KSOAP2 third party API. It is working fine. but i need to ge
I\'m recently studying Java Web Service with the book \"Java Web Service: Up and Running\", in chapter 3 of the book, there\'s an example called \"Rabbit Counter\" which is a Java Web Service, I try t
I have looked at several tutorials using android and ksoap2. My service works fine for sending a string as a parameter from the android client to the soap service.
I have a problem while calling the webservice, I have a .NET web service in the server and I am using KSOAP(ksoap2-android-assembly-2.5.7-jar-with-dependencies.jar) in Android.
Am getting Soap response using as Soap Object and retrieving properties. see this below code SoapObject returnObj = (SoapObject)response.getProperty(\"GetAllDocumentsResult\");