ksoap2
get data from ksoap2 in android
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[详细]
2023-03-05 02:54 分类:问答invoke wcf web service using ksoap2 on android app failed with the following error java.net.SocketTimeoutException: Connection timeout
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[详细]
2023-03-04 04:14 分类:问答Web services stub generation + android
I want to generate a android(java) based STUB for accessing all the web services. I have tried generating the stub using following tools:[详细]
2023-03-04 03:58 分类:问答KSoap soapEnvelope bodyIn and getResponse() problem
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\";[详细]
2023-03-04 02:41 分类:问答Ksoap2 2.5.4 and HttpsTransportSE vs AndroidHttpTransport
This works fine but AndroidHttpTransport is deprecated: AndroidHttpTransport t = new AndroidHttpTransport(\"http://a.com/service.asmx\");[详细]
2023-03-02 23:56 分类:问答Runtime Error When getResponse using Android KSOAP
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[详细]
2023-03-02 18:08 分类:问答Android Ksoap fault string problem
I am using following code for a web service call using KSOAP. private static final String SOAP_ACTION = \"http://www.tempuri.org/GetAuthenticateUser\";[详细]
2023-03-02 17:42 分类:问答consume wcf web service with List<T> parameter by ksoap2
there is wcf web service, EnforceType is an enum type: [OperationContract开发者_如何转开发] string TestList(List<EnforceType> enforceType);[详细]
2023-03-02 09:32 分类:问答SOAP-Request with Vector, Cast-Error
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.[详细]
2023-03-01 20:59 分类:问答kSoap2 Android -- Cast Class Exception (SoapObject)
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:[详细]
2023-03-01 11:32 分类:问答