ksoap2
Android client and PHP server: common practice in communication
Good day! I\'m a web developer who has to choose a way\\protocol for web-server (LAMP) <-> android app communication.[详细]
2023-03-26 22:09 分类:问答uploading file from backberry to web service = JVM error 104 Uncaught NullPointerException?
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][详细]
2023-03-25 18:57 分类:问答How to use ksoap2 on Android 3.0+ Honeycomb
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[详细]
2023-03-25 15:10 分类:问答Error deserializing parameter in WCF service from Android kSOAP
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[详细]
2023-03-25 10:13 分类:问答ksoap2 equivalent to didStart/didEndElement?
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.[详细]
2023-03-25 00:57 分类:问答How to get round trip time while calling SOAP webservice using KSOAP in android?
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[详细]
2023-03-23 18:59 分类:问答Java Web Service returns incorrect value 0
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[详细]
2023-03-23 12:03 分类:问答Passing an object from android to soap service using ksoap2
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.[详细]
2023-03-22 23:32 分类:问答KSOAP: "org.ksoap2.serialization.SoapPrimitive" Exception problem
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.[详细]
2023-03-22 22:58 分类:问答SOapObject Issues Android
Am getting Soap response using as Soap Object and retrieving properties. see this below code SoapObject returnObj = (SoapObject)response.getProperty(\"GetAllDocumentsResult\");[详细]
2023-03-22 09:07 分类:问答