ksoap2
"org.xmlpull.v1.XmlPullParserException: expected: START_TAG" Error
In my application i am accessing some web services that are in my local system. When i am invoking this services from my PC, these all working abs fine but when these services called from another syst[详细]
2023-03-01 06:41 分类:问答How to pass an enum value to wcf webservice
can ksoap2 pass an enum to webservice? there is a wcf webservice: [OperationContract] string TestEnum(CodeType code);[详细]
2023-03-01 05:57 分类:问答Bug when sending parameters with KSOAP2 (Android)
I\'m very bored with the using of KSOAP2 : i\'m searching a solution for 1 day and I can\'t find anything...[详细]
2023-02-27 06:50 分类:问答exception while using ksoap2 library for android
I\'m using Ksoap2 ve开发者_Go百科rsion 2.5.4 in my maven enabled android Project. Any reference to the Ksoap specific classes is throwing this exception[详细]
2023-02-27 01:27 分类:问答Special characters with KSOAP
I\'m using KSOAP2 to invoke a web service. I am getting a response, but the special characters within that response aren\'t shown properly.[详细]
2023-02-25 14:57 分类:问答How to use KSOAP fault-messages
I\'m invoking a Java-based web-service with KSOAP2 for Android, and I would like to know how I can make use of the KSOAP fault-messages.[详细]
2023-02-25 09:54 分类:问答KSOAP2 - How can I view the xml-code that is being sent? [closed]
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.[详细]
2023-02-23 01:01 分类:问答How to use ksoap timeout in blackberry?
I would like to make make userregistartion app in Blackberry. In which I have used ksoap2 to send request to server and get response from server.[详细]
2023-02-21 23:44 分类:问答KSOAP never timeout
I\'m using ksoap2 2.5.4 (on Android 2.2) which supports timeout. I\'m using Apache 2.2.16 to handl开发者_开发技巧e my requests. Everything works fine, but when I shutdown my Apache (or disconnect remo[详细]
2023-02-21 10:52 分类:问答Progress bar in notification bar while uploading image to a server in Android
I am uploading image to a web server by picking the image from gallery or by capturing it using android camera.[详细]
2023-02-20 11:08 分类:问答