Questions tagged [ksoap2]

A lightweight and efficient SOAP engine suitable for J2ME or constrained java devices.

1195 questions
-2
votes
1 answer

How to parse String using soap?

This is my SOAP webservice.i have donn. Bt it got error.This is my code.Can anyone help me.how to parse string in android. int string int int string string Thanks in advance. public boolean callwebservice()…
-2
votes
1 answer

Why Soap Responce give exception?

I am sending SOAP request appending some values in URL But There is no responce is comming give exception I am using follwing code- I have beeen more try but didn't get success please see it and give me some…
sandee
  • 23
  • 1
  • 8
-2
votes
2 answers

How to use SOAP Service android

I am new to Android. Can anyone please help me to get started with Soap services with the help of Any example or source code ? Thanks in advance
S A
  • 19
  • 3
-3
votes
3 answers

Access java web service in Android

I have a problem while calling a Java web service from an Android application using ksoap2. My web service class has a private variable, and I used getters & setters to update that variable. I want to get the value to the Android application…
Grant
  • 4,413
  • 18
  • 56
  • 82
-3
votes
1 answer

How to convert JPG file to binary string?

I wanna upload a jpg file from android to server using asp.net web service with ksoap2 library. I searched to net and found noting, Now i just can convert jpg file to binary and send string file and in server convert to jpg file Somebody please help…
-3
votes
1 answer

ksoap2 stringArray for php Request

How to make such a request? ID 999
-3
votes
1 answer

I want to use the following web method from my android app using soap. Can anyone help me?

WebMethod public XmlElement findUserInfoById(int Id) { //string name = ""; string email = ""; string phone = ""; con.Open(); SqlCommand cmd = new SqlCommand("select*from tblUsers where Id ="+ Id, con); …
Kyaw Linn
  • 31
  • 1
  • 3
-3
votes
1 answer

Error When calling asp.net web service through android

such as E/dalvikvm(2193): Could not find class 'org.ksoap2.transport.AndroidHttpTransport', of android httpTransport and what to write in place of "input" request.addProperty("input", searchNameString); I want to get the result by calling web…
Viraj
  • 3
  • 1
  • 4
-4
votes
1 answer

Ksoap2 add property(Android)

My question should be quite simple to those who always use ksoap2 library.One of my web method in web service have two attribute so may i know how to use addproperty from eclipse to pass two data to web services.Plz provide an example short code.
-4
votes
2 answers

To use the tutorial in android 4.0.3 if had to work with AsynxTasc but i still dont work?

I used this tutorial and did some changes that it should work for android 4.0.3. But it still doesn't. Can someone post me a correct solution? package com.webservice; import org.ksoap2.SoapEnvelope; import org.ksoap2.serialization.SoapObject; import…
1 2 3
79
80