please tell me how to retrieve multiple array of data in ksoap2 Result. actually let me explain. i have a web service of employee search. when i search by name it gives me Multiple Records. one recor
I\'m new to android and I wanted to call wcf web service. I have found ksoap2library and stated to apply the examples I found.The app failed with the following error message: java.net.SocketTimeoutExc
I want to generate a android(java) based STUB for accessing all the web services. I have tried generating the stub using following tools:
I am using the following code to call a method by soap. It is working perfectly. private static final String SOAP_ACTION = \"http://tempuri.org/GetAuthenticateUser\";
This works fine but AndroidHttpTransport is deprecated: AndroidHttpTransport t = new AndroidHttpTransport(\"http://a.com/service.asmx\");
My Android get a runtime error in SoapObject result = (SoapObject) envelope.getResponse(); The webservice is in my notebook (192.168.15.13), the notebook and the Android connected via LAN. I created t
I am using following code for a web service call using KSOAP. private static final String SOAP_ACTION = \"http://www.tempuri.org/GetAuthenticateUser\";
there is wcf web service, EnforceType is an enum type: [OperationContract开发者_如何转开发] string TestList(List<EnforceType> enforceType);
I\'ve a problem with a SOAP request to a PHP-SOAP-Webservice with Java (with Android SDK) I have a SOAP-Helper class. This class connects to the SOAP-Service and get all raw-data from the server.
I\'m currently trying to retrieve an array from my webservice by using regular Ksoap implementation. However, when trying to access this array I am getting the following logcat error: