kSOAP is a SOAP web service client library for constrained Java environments such as Applets or J2ME applications.

learn more… | top users | synonyms

0
votes
1answer
15 views

When to use Soapobject and SoapPrimitive

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 string ...
0
votes
1answer
44 views

How can I send this SOAP request using KSOAP2 in Android

I am very new to SOAP and Android. Can some one please help me to build an SOAP request to send the following request. SOAPAction: http://api.example.com/application Request <soapenv:Envelope ...
1
vote
1answer
42 views

how to Consume Svc WCF service in android

Wsdl Url: http://xxx.xxx.xxx/UserService.svc I used Ksoap to hit service... This is my code: try { request = new SoapObject("http://tempuri.org/", "GetUserDetailsByUserName"); ...
0
votes
0answers
15 views

error that occurs while the data from the webservice Ksoap

error occurs when requesting data from the internet in ksoap object public String[] getProfile(String email) { String[] profileArray = new String[3]; METHOD_NAME = "getProfile"; ...
0
votes
0answers
46 views

get list response from ksoap webservice and show it in listview

I am new for android and working with asp.net webservices.My question is how can I get list response from the ksoap webservice and show it in listview... Plz plz help me Thanks in advance.. Here is my ...
0
votes
1answer
60 views

got error in accessing webservice through android application

i got this exceptions in when i m trying to invoke the webservice through android application it shows following exceptions 04-30 11:51:06.558: E/Error :(297): Error on soapPrimitiveData() Transport ...
0
votes
1answer
45 views

Accessing primary paramater array in response of a ksoap2 on android

I am using ksoap2 webservice from my android application. I get the following Response from the server: validateUserResponse{return=anyType{authenticated=true; contactNumber=9856456589; ...
0
votes
0answers
73 views

Android ksoap2 URL-, SOAP_ACTION-, NAMESPACE-, METHOD_NAME-Value

I'm trying to use a java webservice, which runs on maven:jetty, with an Android phone. I'm getting "sockettimeoutexception". private static final String URL = ...
0
votes
0answers
41 views

Parsing Ksoap Array Response

I have a webservice that made in asp. Now I'm using Ksoap to get the data from my web service and now I'm getting this Array response: ...
0
votes
1answer
30 views

Ksoap response null but the webservice response with the correct information

i have a webservice on JAX-WS and the webservice works perfectly when i request from the web but when i request from the android the service returns null. This is the WSDL <definitions ...
1
vote
1answer
54 views

Android app that will read in a webservice Do I use Soap or Rest and How do I read it in

I have a Android app that will be reading in a asp.net webservice method called getFuelStops() from a predesignated web URL. Below is the contents of the webservice call to getFuelStops(). ...
1
vote
0answers
252 views

Android ksoap2 http request failed

I wrote today my own web service and i want to reach this sever with my android smartphone. I did this by following this tutorial: ...
1
vote
1answer
118 views

getting this error while Parsing SOAP Webservice in Android

04-14 22:09:40.158: E/REQUEST=(274): Authenticate{Username=lll; } 04-14 22:09:40.158: E/SOAP ENVOLP=(274): **envolpe=org.ksoap2.serialization.SoapSerializationEnvelope@43e5b748 04-14 22:09:43.799: ...
0
votes
0answers
191 views

How to send/receive a custom object from Android to .NET using kSOAP?

So, I am a newbie in mobile development and interoperability. I am developing a Android application that comunnicates send a Contact object to a remove server that is running a .NET Web Service (via ...
0
votes
1answer
159 views

retrieve data from soap object via kvm serializable and store in array

I have a web service in php which retrieves data from a database and i consume this web service in my android application. the problem is that i need the data retrieved in another android activity, i ...
0
votes
0answers
28 views

how to use kSOAP library to sync time in application on android

base on the tittle above. How to use kSOAP library to sync the time of server to android application? can someone give me and example based on my code below? heres the given URL: ...
0
votes
1answer
140 views

Unable to send an array inside a nested object using ksoap

i wish to generate a soap request like : <soapenv:Body> - <Perform xmlns="eras.in"> - <request> <ActionName>Connect</ActionName> ...
0
votes
2answers
135 views

Using KSOAP for file transfer from android application to web service

I have sent the data from the android application to the webservice which further will transfer it to the browser by using KSOAP. now i am planning to transfer a file from the app to the web service. ...
1
vote
1answer
76 views

ksoap Propertyinfo type change

I have one small problem which i can't solve. By default, propertyingo value is anyType: <n1:Role i:type="d:anyType"> how can I change this type to a:User ?
1
vote
0answers
117 views

KSOAP and web server communication (PropertyInfo)

So I'm developing an Android app that should connect to a web service. This connection is working fine. I've tested it using a simple method that returns "Hello Christian". This is displayed correct ...
0
votes
1answer
60 views

FATAL Exception Main android(acessing webservice via kSoap)

i am new to android development, i am trying to access my web service locally hosted via UltiDiv ,when i runn the app it gives me Fetal Exception, i have added INTERNET and NETWORK_STATE permission ...
0
votes
1answer
190 views

Calling web service from Android App returns null object

I'm writing an Android App that communicates with an web service using KSOAP. The connection between web service and Android app is working as I can call the webservice and get a return value (hello). ...
0
votes
0answers
65 views

Ksoap2 soap object attribute

Hello to everyone in this beatiful day! I have one simple question - how to remove the i:type attribute from soap object? <n1:Project i:type="n1:null"> <Id ...
1
vote
0answers
197 views

How to return ArrayList as SoapObject

Iam new to Android and stuck up with something for past couple of days. Iam retreiving CandidateNames from database and storing it to my ArrayList which is in a WebService and returning the ArrayList ...
0
votes
0answers
16 views

what is a ksoap namespace?

please explain a little about the ksoap android objects. I couldn't find any help anywhere. what is the meaning and purpose of "namespace" when declaring a ksoap object? what is the purpose of ...
1
vote
2answers
173 views

How to serialize a self created Object using kSOAP in Android

i am doing some ksoap requests. Everything is working fine. But now I reached the point, where I have to pass a custom object which i created. Its called "Auftrag". It's just a simple POJO. Try to ...
0
votes
0answers
119 views

Calling Webmethod containing byte array (as in paramaeter)parameter with ksoap2 on android

There is WEB service written on C# with next method: [WebMethod] public string ByteArrTest(byte[] Buffer) { if (Buffer == null) return "buffer is null"; else return Buffer.Length.ToString() + " is ...
1
vote
1answer
156 views

App is crashing when I try to call web service connection method

Hey I've got this problem: In my Android App there's a method that calls a web service using KSOAP. Unfortunately everytime I try to execute this specific method, the whole app crashes. That happens ...
0
votes
0answers
45 views

When I use ksoap2_android_assembly_3_0_0_RC_4_jar_with_dependencies.jar, I constantly encounter following exception,why?

The code I use to download XML String data from Server by Webservice interface is following: public String getXMLStr() { String XMLStr = FLAG_DATA_FAILED; HttpTransportSE httpTransportSE ...
0
votes
1answer
170 views

SOAP Action using ksoap2

I'm trying to make a call to one SOAP Webservice that WSDL file looks something like this: <wsdl:service name="API"> <wsdl:port binding="tns:API" name="API"> <soap:address ...
0
votes
0answers
156 views

How to authenticate username and password using .net web services?

he, I am new to android. My question is I am trying to get user name password mentioned in web services. How to get id from response also how to authenticate that EDITTEXT entered username is same as ...
-2
votes
2answers
115 views

Parse Ksop Response - Android

How should iparse the following ksoap web service response. (I am new to this part in android). This is response obtained from my ksop response to web service. I am reunning this on android ...
0
votes
2answers
114 views

receiving structured data KSOAP2 in Android

I'm having trouble trying to receive structured data from ksoap getResponse(); I've already read carefully guide to send and receive data using SoapObjects from site: link to site I'm using this ...
0
votes
0answers
90 views

How to Parse SOAP Response got using kSOAP library?

I am able to get correct response of a web service using kSOAP library methods androidHttpTransport.call(SoapAction, envelope). But the response which i get from it is not in XML format. ...
0
votes
0answers
128 views

How to Initialize parameter inside ksoap header in android

SOAPAction: "http://tempuri.org/AuthenticateUser" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
0
votes
1answer
179 views

provide security for header in ksoap2 in android

I want to call wsdl file in android using ksoap2 library. I have to provide security for header in soap envelope. I make below type of soap request which are as given below. <soap:Envelope ...
0
votes
3answers
382 views

how to get array in java android from web service with ksoap

I have a java web service which i want to use with an android client for that am using ksoap. My web service gives an answer which look like this : java.util.List : ...
0
votes
0answers
47 views

Call oracle SOA webservice in BlackBerry j2me? [closed]

I am using KSOAP IN BB j2me code call webservice (wsdl) genrated by oracle SOA now i have to use this wsdl file please help for I'm also new in BB
3
votes
1answer
198 views

How to connect an Android application to a web based database

I'm fairly new to android and web based databases. I have written an android based application using the Jquery mobile framework and also phone gap. I am looking for a way to populate my application ...
2
votes
0answers
185 views

Android ksoap web service issue getting pullParserExcepstion

I am consuming a .net web service using ksoap2 but getting the following Exception: org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT null@1:1 in ...
0
votes
0answers
67 views

Android: ksoap2 fails with NoSuchMethodError

There is an application that uses ksoap2 to communicate with a WebService using SOAP. I have a report of it failing in a Samsung Galaxy Stratosphere with the following error: ...
0
votes
1answer
222 views

SOAP XML Requests in Java (KSOAP2)

We're having issues formulating our request to a remote API which makes sole use of the XML protocol. We've use the Apache CXF project to parse WSDL files into types (.java files) easily importable ...
0
votes
1answer
68 views

Error using ksoap

I have implemented many SOAP functions for my app, but now I have some problems with this one: public int generatePost(String sid, int uid, int obj_id, int ref_id, int thr_pk, String msg, ...
0
votes
1answer
64 views

Android: SOAP and JTDS Overhead

what I'm currently doing is sending GPS data with a timestamp and other parameters to a remote MSSQL database. At first I've sent it via ksoap2 to a SOAP WebService. Because of the huge overhead I ...
0
votes
1answer
237 views

Android: ksoap2 request remove namespace from tags

I am using KSOAP which has created the following Request payload: - <v:Envelope xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:d="http://www.w3.org/2001/XMLSchema" ...
0
votes
1answer
238 views

Login Web Service Exception(716): java.lang.ArrayIndexOutOfBoundsException: length=0; index=0

****android side:** Permission is also added in Anroid mainfest.xml **webMethod.java**** SoapObject request = new SoapObject(SOAPNAMESPACE,SOAPLOGINMETHOD); ...
1
vote
1answer
188 views

Android kSOAP: Invoke WebService on SAP for complex parameter

I am trying to invoke a web service on a SAP system and am having a problem trying to pass a complex parameter in. The web service has 3 input params. 2 Strings and a complex parameter which ...
0
votes
1answer
185 views

Andorid access webservice with SOAP

I am making currency converter with real time data,using ksoap to access webservice. However the response which is come from webservice is org.ksoap2.SoapFault.But this answers is not throwing as a ...
0
votes
3answers
733 views

Web Service Client using KSoap2 - Doesn't respond or throw errors

Guys I am new to android programming, I tried to send data to a Web Service using KSOAP2. But I am not able to send values or get data. When in debugging mode it doesn't show errors. I am using ...
0
votes
0answers
30 views

Invoke SAP SOAP Web Service using kSOAP2 [duplicate]

Possible Duplicate: Android kSOAP2 connecting to web service. I am failing miseribly at trying to invoke a bespoke web service I have created in a SAP system. Below are the URL details I ...

1 2 3 4 5