ksoap
Using KSOAP with Android. Problems with custom namespace
Here\'s my big trouble. I\'m trying to invoke a specific ws with this request: Here\'s my Java code used in an Android project:[详细]
2023-02-17 17:07 分类:问答Complex SOAP Request
My request is as below... <soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:arr=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">[详细]
2023-02-15 16:29 分类:问答How to Pass json array as Parameter To A Webservice Using Ksoap2 in android
My code is given below: public void testWebServiceForJson() { TextView textView = new TextView(this); setContentView(textView);[详细]
2023-02-14 20:40 分类:问答ksoap timeout behind proxy in android
i tried the example from http://www.helloandroid.com/tutoria开发者_开发技巧ls/using-ksoap2-android-and-parsing-output-data to get request and response from a wsdl service. its working fine when i trie[详细]
2023-02-08 11:47 分类:问答OutOfMemoryException in kSOAP
I am sending multiple PDF files through SOAP which will be received by an Android client. But when receiving the SOAP response, it is throwing OutOfMemoryException.[详细]
2023-02-02 14:25 分类:问答Getting Started with KSOAP on Android
i am trying to create web service call in Visual Studio 2008. But while running android application i am not getting any output in emulator. can you please tell me whats the problems in my coding so t[详细]
2023-02-02 10:59 分类:问答HttpTransportSE requestDump gives NullPointerException
I\'m trying to access a webservice in Android via Ksoap2 for Android. The SoapObject is created OK, the S.O.P of the bodyOut outputs the desired strings. But when I do a requestDump of the HttpTrans[详细]
2023-02-02 04:31 分类:问答Retrieving XmlDocument class object from .net web service in Android
I have to get xml data from a .net web service. The webservice returns an XMLDocument object. I have been unable to successfully retrive/interpret the data as XML with start tags etc. It looks like th[详细]
2023-01-28 09:08 分类:问答Problem passing simple string parameter to .net webservice
I have the following code which invokes a .net webservice. The code connects to the service fine, but the paramter(deviceid) does not appear to get passed. The method simply returns the passed devicei[详细]
2023-01-04 09:26 分类:问答:: how to parse KSOAP ARRAYTPE response ::
I need some help in understanding how to parse the KSOAP RESPONSE in j2me. below is the actual ksoap response i get after making a ksoap request.[详细]
2022-12-31 07:57 分类:问答