ksoap Questions

3

I already tried reading the internet about my issue, but I could not find the right information I need, so I try to explain my issue: I am using kSoap2 to "talk" to a webservice over SOAP. To gene...
Nils asked 24/4, 2012 at 21:20

6

I need to consume a SOAP web service using Android. The issue is that before request for a particular function I need to authenticate a client using basic http request. Do you know how to do this...
Cliffordclift asked 3/3, 2011 at 7:41

2

I am using ksoap lib to call the webservice . In some cases service run correctly but in a case it gives Host name was not verified below is my code for calling webservice. HttpTransportSE httpT...
Euchromatin asked 3/10, 2013 at 11:12

6

I have a problem while calling a webservice. I have a .NET web service on the server, and I am using KSOAP2 (ksoap2-j2se-full-2.1.2) in Android. While running the program I got an runtime exception...
Griefstricken asked 27/6, 2009 at 7:23

1

Solved

I have been working with ksoap2 lately. I am still confused whether what is the EXACT difference between SoapObject and SoapPrimitive. And when to use them. I guess its something related to stri...
Costin asked 16/5, 2013 at 9:32

1

I am trying to connect to a web service via an Android device by using the ksoap2 library. I've gotten it to work on two different services fine, but now I've ran into a problem. Whenever I pass an...
Nuptial asked 26/1, 2012 at 18:38

2

If I am trying to retrieve first array using (String) response.getProperty(0); but it was returning me a full string. **Here is the code of webservice calling** public static Object getResponse(S...
Lanoralanose asked 16/12, 2011 at 11:14

2

Solved

From the past few days, I have been working on an Android code to call a local web service. I am using ksoap libraries for Android to call my SOAP web service created in .NET. However, I feel there...
Cathycathyleen asked 22/10, 2011 at 16:25

2

Solved

In web-service fundamental, I have heard about "SOAP" and "KSOAP." What are SOAP and KSOAP? What is the difference between them? Why should I use one instead of the other one?
Foreshorten asked 15/9, 2011 at 4:20

1

Solved

I have a web service that returns a base64 encoded string of a PDF file. I want to save this file to the SD Card. but when i try do this, adobe reader tells me that the file is corrupt. obviously...
Teflon asked 7/6, 2011 at 16:37
1

© 2022 - 2024 — McMap. All rights reserved.