Tagged Questions
The ksoap tag has no wiki summary.
17
votes
7answers
58k views
How to call a .NET Webservice from Android using KSOAP2?
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 ...
3
votes
2answers
44 views
How to retrieve array of objects as a result from KSOAP web service in Android?
**Here is the code of webservice calling**
public static Object getResponse(String methodName, String actionName, LinkedHashMap<String, String> valueStrings)
{
SoapObject soapObject = new ...
3
votes
2answers
160 views
Null Pointer Exception making it difficult to pass an Array using ksoap
I have array defined like this :
ArrayList<String> items = new ArrayList<String>();
I have populated that array now and I wish to send it via a web service to my remote database.
Here ...
3
votes
2answers
723 views
How to call a local web service from an Android mobile application
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 is ...
3
votes
2answers
351 views
Difference Between SOAP and KSOAP
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?
3
votes
2answers
351 views
Please Android, Ksoap, webService problem 3weeks =(
help me, i'm on it about 3 weeks searching the entire www and cant make it work!
I have a WS and just want to make my app have the response. but I after correct everything unfortunately always get ...
3
votes
2answers
315 views
How to call a .net web service that returns an ArrayList to Android
I am trying to retreive an ArrayList from a .NET web service using ksoap.
The data does not seem to be able to enter my coo arraylist.
How can this be solved? Is there anything wrong with my code?
...
3
votes
1answer
540 views
Error in authentication when subscribing to a sharepoint webservice using ksoap2-android
I am writing an Android application that will use the getlist() method of the lists.amx service in sharepoint 2010. I am using ksoap2-android to handle my soap messages. When I try to authenticate I ...
3
votes
6answers
3k views
Basic HTTP authentication using KSOAP for android
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 ...
3
votes
3answers
3k views
kSOAP Marshalling help needed
Does anyone have a good complex object marshalling example using the kSOAP package?
2
votes
3answers
1k views
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 ...
2
votes
3answers
1k views
Web service recieves null parameters from application using ksoap method
I've seen topics discussing this but no one has seemed to post a solution. At the moment, I'm testing passing parameters to my .Net web service. When the parameters reach the web service it adds it ...
2
votes
2answers
2k views
XML/SOAP attributes for a complextype in kSOAP
I'm trying to parse a SOAP response that contains nested ComplexTypes using the kSOAP library on Android 2.1.
<event att1="value1" att2="value2" att3="value3">
<tag2> ... ...
1
vote
1answer
43 views
j2me and ksoap How to get specific element in asp.net webservice
I am using ksoap with j2me. I am passing the user name and password to asp.net web service method and the web service returns the dataset to me. My problem is how can I
get Get “Display ...
1
vote
2answers
67 views
Ordering of KSOAP elements
I've been using KSOAP for Android to send SOAP requests containing 6 elements, the last of which is an array of values. Here's the code ...
PropertyInfo properties[] = new ...
1
vote
0answers
83 views
SOAP body and NameSpace using KSOAP2 in Android
My soap requesting is generating like below,
<v:Body><submit xmlns="http://android.Test.com/" id="o0" c:root="1"><xmlString>Some ...
1
vote
0answers
58 views
how to grab large xml resonse using ksoap
I am using the ksoap library to consume .net webservice. One of the request returns a very larger xml response.The thing is ksoap shows only partial response.But the wireshark trace shows xml ...
1
vote
2answers
228 views
ksoap in blackberry 8310 (OS 4.5)
I develop a app with BlackBerry JDE 6, I use ksoap2 library, I tested this in BB Simulator 8520 (OS 5.0) and works fine, BB Simulator 9800 (OS 6.0) works fine too.
But, when I try to test in 8310 (OS ...
1
vote
3answers
340 views
AttributeError: 'NoneType' object has no attribute 'nodeValue'
I am ksoap to communicating an android app to the python server containing the following files posted. I am trying to retrieved all the values in the xml file posted. But i keep getting, ...
1
vote
2answers
289 views
How to use JSON for inserting records into SQL database
Let's say I store a list of names , for eg: "abc","bcd","gdf"... in an array of Strings. I have an Android app that displays each of those values along with a checkbox. I need to convert my String ...
1
vote
2answers
207 views
Android ksoap2 send envelope with empty body?
I want to send an envelope with an empty body like this:
<v:Envelope xmlns:i="http://www.w3.org/2001/XMLSchema-instance"
xmlns:d="http://www.w3.org/2001/XMLSchema"
...
1
vote
0answers
278 views
How to add the authentication header in SOAP Object
I am trying to post soap server (C#) with Android in combination with KSOAP2.
Now I have the specifications from the SOAP server, it expects:
this are the my Code:
String NAMESPACE = ...
1
vote
1answer
278 views
Android code for calling web service giving “application stopped unexpectedly” error
I have trying this for some time now but I am not able to get proper output.I am facing a problem calling the web service from my Android code. My web service code returns a string with a delimiter ...
1
vote
1answer
104 views
how can connect the soap webservices in symbian mobile using j2me
I'm new in symbian mobile applications. I'm developing webservices related application in this webservices using .net webservices (ksoap). How can connect webservices in j2me midlet application in ...
1
vote
2answers
249 views
OutOfMemoryError in Android app when calling a web service
Please, help....
I'm calling a web service method that return a large soap object and I'm getting the OutOfMemoryException.
How could I avoid that? Is there a way to do that?
...
1
vote
1answer
223 views
Ksoap Blackberry PropertyInfo.setValue
so i im using the PropertyInfo to pass complex objects in my soap request, and its working fine on android, sample :
PropertyInfo pi = new PropertyInfo();
pi.name = "envelope";
...
1
vote
1answer
324 views
Login with Android using Ksoap
I am trying to make a login for an android application using kSoap.
Here is my code:
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
...
1
vote
4answers
2k views
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 handle my requests. Everything works fine, but when I shutdown my Apache (or disconnect remote PC on which ...
1
vote
1answer
335 views
KSoap-Android causing Conversion to Dalvik format failed with error 1
I'm fairly new to Eclipse and Android. I am trying to add the Ksoap2-android-assembly-2.5.4-jar-with-dependencies.jar file to my Java Build Path libraries, which I am apparently able to do, but the ...
1
vote
1answer
721 views
Using KSOAP with Android. Problems with custom namespace
Good evening everyone. 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:
First, is it possible to print out the XML ...
1
vote
1answer
548 views
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">
...
1
vote
2answers
466 views
Xmlparsing using Ksoap
I am doing xmlparsing by using ksoap2.
I had added ksoap2.jar file in my library.And done this coding:----
import java.io.IOException;
import java.util.Vector;
import javax.microedition.midlet.*;
...
1
vote
1answer
145 views
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.
I want to know whether its a ...
1
vote
1answer
840 views
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 ...
1
vote
1answer
1k views
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 ...
1
vote
3answers
891 views
KSoap2 or RESTful web services with android
What is the best way to deal with web services in Android?
I have been looking at KSoap2 library and RESTful web services.
I got one working with KSoap2, but only when the web service is on a remote ...
1
vote
1answer
903 views
How can you upload photos from android gallery to server?
I am writing an android application in which users can pick a photo from their gallery and upload it to a server. How should I accomplish this ?
The application mainly uses SOAP webservices to ...
0
votes
0answers
6 views
Ksoap android Complex type in property Info
I am trying to make a soap call with ksoap2 for android.
This is the part of the wsdl file i have issues with:
<s:complexType name="RequestHeader">
<s:sequence>
<s:element ...
0
votes
1answer
38 views
Android WSDL Web Service ksoap2
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 ...
0
votes
1answer
14 views
Android: Accessing KSOAP
I have this kind of error:
01-20 10:45:20.910: W/System.err(24727): SoapFault - faultcode: 's:InvalidUser' faultstring: 'InvalidUser' faultactor: 'null' detail: org.kxml2.kdom.Node@4053e568
01-20 ...
0
votes
0answers
25 views
get items from vector webservice ksoap android
I want to get Stiring values from a webservice using koap
the method of the webservice is right here
public Vector getCategories() {
connect();
Vector catNames = new Vector();
...
0
votes
1answer
25 views
Trying to use KSoap jar in Android project and it at compilation
I am trying to use KSoap library in android project to work with webservices and i fail from the very beggining. I import this jar and add it in build path. All seems ok but when i build the project i ...
0
votes
1answer
31 views
Ksoap simple array android
I'm trying to retrieve data from web service that returns an array of Strings .
I couldn't do it so I give you a snippet of code
please help me I'm going crazy!
public void updateCategories(){
...
0
votes
0answers
41 views
Displaying multiple records from database in Java Ksoap
I am a beginner in developing android application.
The problem that my application developing is facing now is with displaying records. Currently, I am using PHP webservice Nusoap and Java Ksoap.
My ...
0
votes
5answers
74 views
Error calling web service
I'm trying to call a web service from my Android app. I deployed a web service that inserts a record (product barcode, product name) with Hibernate in Java and I wrote an activity to test it.
When I ...
0
votes
1answer
174 views
How to send xml to soap in Android
I try to access a soap web service from Android. This soap service required login method. i need send password and username for retrieve data. I am write this code but it is not working. ...
0
votes
1answer
38 views
How to send a SharedPreferences file via webservice to remote database
I want to know the way by which I can send a SharedPreference file as a parameter to my SOAP web service. I plan to use ksoap. My SharedPreference file basically will contain checked values of ...
0
votes
0answers
217 views
passing parameter from android to .Net soap webservice
I am passing parameter of lat,long to .net soap webservice from my android application for that i used the following code but it doesn't giving me any error and also not giving me any output.
...
0
votes
2answers
207 views
Pass an array to a SOAP web service for inserting into remote database
I want to pass an array from my Android application to my SOAP webservice using the ksoap libraries available.
My array looks like this:
String[] values={"abc","def"};
How to pass this as a ...
0
votes
1answer
79 views
Ksoap send empty Request in java webservice
My simple application didn't send any request to my simple web service
package com.demo;
import javax.jws.WebService;
@WebService
public class hello {
public ...