A lightweight and efficient SOAP engine suitable for J2ME or constrained java devices.
0
votes
0answers
4 views
Blackberry app working fine calling web services with ksoap2 jar..But KSOAP2 library project has to be downloaded separately
I have my blackberry application which is using ksoap 2 library project for calling the web services.The application is working completely fine on device as well as simulator.But the problem is the ...
8
votes
1answer
23 views
ksoap2 android unable to access the soap service?
Hi I am consuming a soap service in my application. The soap service works mozilla firefox REST client and SOA client.
Request body :
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" ...
0
votes
1answer
38 views
Error 500 while running WCF service on IIS 7.5
Maybe someone can help me.
I'm hosting WCF service on IIS. The .svc file is accessible from a browser. It works locally but when I publish on the server and I want to call a method from my client, I ...
0
votes
1answer
29 views
Android AsyncTask Runtime Error
I develop a shopping app. I'm using web service for getting items. I call web service function in asynctask and I get items successfully. But I added login page and when user logged in, user navigate ...
0
votes
1answer
47 views
ksoap(web services) example in android using SoapPrimitive
this code is not giving me any errors or warning but is not working properly ,I did not know where is the problem,Please help me.
package ...
0
votes
2answers
24 views
android ksoap and object in return
In my WebService, I have simple class:
public class UserName
{
public UserName() { }
public UserName(string loginname, bool logged)
{
...
0
votes
0answers
12 views
ksoap2 request of specific type
I am using ksoap2-android for consuming a web service. When i'm trying to use this soap request it fails to return a correct result:
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope ...
0
votes
0answers
42 views
Exceptions connecting to the webservice from Android app using ksoap2
I have an Android app where I use ksoap2 to connect to web service, but sometimes I get errors from the clients. When I am testing myself on my device, everything is ok, so I am not sure where could ...
-3
votes
0answers
44 views
How I can connect android with mssql database. I know: web services, but how? [closed]
I need to connect to SQL database from android. I have read a lot on this topic. However, I have question now. I have my SQL database setup on free host on internet. My app is on android phone. Is ...
0
votes
0answers
56 views
Android SoapFault - faultcode: 'soap:Server' faultstring: 'unable process Request for permission 'System.Data.SqlClient.SqlClientPermission
I want to parse ksoap web services and have to get response in JSON.Following is my code.
private static String NAMESPACE = "http://tempuri.org/";
private static String URL = ...
1
vote
1answer
31 views
Can't send request with ksoap2
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cli="http://www.xxx.com/services/cliente" xmlns:tel="http://www.xxx.com">
...
-1
votes
0answers
49 views
How to send complexType to SOAP webservice from android application using axis2 in java
I want to pass complexType to my SOAP webservice from my android application ,I have my webservice in java using axis2. It is working fine for primitive datatype but gives null value to the server ...
1
vote
1answer
30 views
webservice cannot open connection external servidor
i have a problem trying to use my own webservice that i just to upload in AWS server (is from an android terminal application that i am developing).
I configured the servidor with tomcat7 and msql, ...
0
votes
1answer
50 views
calling .net web service with android using ksoap2
I am new in android programming (first project) and i need help on making my code to work...
ok, so I have a method that would call the webservice and get the string from there. And it is working on ...
0
votes
0answers
29 views
How to add Security header to the soap envelope in java
How to add Security header element to the the Soap Envelope? I've tried the following using Ksoap2-android-assembly-2.4 lib...
//Header element....
Element[] header = new Element[1];
header[0] = new ...
0
votes
2answers
42 views
Android KSOAP with .Net Web Service
I have created web service using .Net C#. Now I am trying to access this from android app so I tried using KSOAP2.
This is my code.
final String NAMESPACE = "http://tempuri.org/";
final String ...
1
vote
1answer
37 views
android-ksoap2 request results in HTTP 500
I am trying to use the web service described in https://swea.riksbank.se/sweaWS/wsdl/sweaWS_ssl.wsdl
I have written the following test code:
private static final String NAMESPACE = ...
0
votes
1answer
18 views
Sending Jagged Array as parameter to WCF Service using KSOAP2 in android
I am having an issue with sending a jagged Array to a wcf webservice. The method is expecting a studentId and jaggedArray of information related to the student. Here is the method signature in c#
...
-1
votes
0answers
20 views
Asp.net web service got long and latitude and pass them to android app that view them at googel map [closed]
I want to make web service that pass longitude and latitude to my android app using ksoap2 ,and take this coordinates and view them at Google maps any body can help me about that
my simple web ...
4
votes
1answer
49 views
How to access method from two classes which do not share an interface?
I am creating a java library that will access web services, but the library will be called in different platforms, so we are using ksoap2 and ksoap2-android to generate helper classes for the ...
0
votes
1answer
29 views
How to create ksoap2 request with attribute and text node?
I need to generate a request something like this:
<parameters>
<parameter name="name1">value1</parameter>
<parameter name="name2">value2</parameter>
...
0
votes
2answers
73 views
How to parse complex SOAP Response in KSOAP2
I am getting SOAP response which is a bit complex. The response is like this:
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
0
votes
1answer
48 views
Android retrieve list object from Webservice by KSOAP
The first, I just created the dynamic web project for Webservice (Axis2), return the list object
@MedicineDTO.java
package com.med.dic.dto;
public class MedicinesDTO {
private String name;
...
0
votes
0answers
56 views
org.xmlpull.v1.xmlpullparserexception expected start_tag http //schemas.xmlsoap.org/soap/envelope/
It was working fine and don't know suddenly it is showing error. I am sending data to the server using ksoap2. It is working fine on local server. How to solve this error ???
final String WebsiteURL ...
0
votes
2answers
196 views
ksoap2 error with android studio
I have imported a project from eclipse into android studio. The project used to work fine with Eclipse.
I am using SOAP to communicate my android app with my server with php.
the library that i am ...
-1
votes
1answer
58 views
Error to connect with a web service in android.. HTTP reqest failed,HTTP status 400
I have this code to call a donNet web servise on localhost. The web service take 5 values and return a string.. I took this error: Error HTTP request failed, HTTP status 400.. What is the problem ...
1
vote
0answers
15 views
send zip file using ksoap2
I'm trying to send a zip file using ksoap2 as client... File is arriving but corrupted, I think is something in my code when I encode it in Base64 (I'm using commons code)...
WS
FileInputStream fis ...
0
votes
0answers
27 views
Customization of ksoap2-android body
How i customize my body in envelop?
For example, how I can read and change "id" in body.
This my cod
SoapObject request = new SoapObject(NAMESPACE, "State");
request.addProperty( "a", ...
0
votes
1answer
49 views
issue in blackberry app with ksoap library
I need to consume a web service from blackberry.
But i couldn't run the app with the Ksoap library - i am using ksoap2-j2me-core-2.1.2.jar.
when i run the app i got this run time issue
...
1
vote
0answers
93 views
How to sign SOAP Message used ksoap2 library whit certificate x509 on Android app?
How I can sign my SOAP Message (for example UserToken in Header) used ksoap2 library for SOAP message and certificate x509 on Android app?
I can send this message:
<soap:Envelope
...
3
votes
1answer
97 views
How to parse Complex response with use of ksoap2 library in android
Hi all i am parsing following type of response with use of Ksoap2 library but not getting success to get result my request is like this:
<soapenv:Header/>
...
0
votes
1answer
49 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
112 views
android send data to a .net webservice
I am trying to create a android app to send text and photos to .net webservice. I have functions in my webservice. one of them gets a dummy name(I created this to check if I can make a connection) and ...
0
votes
0answers
58 views
issue for blackberry webservice consume
Hi I am new to blackberry.So i have to try consume the web service. and pre-verified the ksoap2-j2me-core-2.1.0. and import the jar into my project. But I got some warning messages in run time.. And i ...
0
votes
0answers
43 views
android take photos and send it to soap webservice
I have two activities in my application. First on is takes 3 photos with the camera and get some text from the user. when the user clicks the "next" button, it goes to the second activity with all ...
0
votes
1answer
41 views
android ksoap2 crashes and I cannot catch it
I am following this tutorial . it is very straight-forward and I like it but It crashes on emulator. I cannot catch the error. I dont understand the problem. here is the piece of code.
private final ...
2
votes
1answer
126 views
Server was unable to process request.Connection was not closed
I am new for android and and webservices. I am trying to access the web service . I am using asp.net webservices and doing all these work in asyntask.But it gives me error as
05-14 15:28:20.838: ...
0
votes
0answers
38 views
Receive and cast complex object with android and ksoap2 from WCF
I am using ksoap2 and wcf service.
I am able to sending and receiving data.
I Send complex objects implements(KvmSerializable) but i am not able to receive the same objects from server.
All time i ...
0
votes
0answers
46 views
Parsing XML for using variables and listview,gridview
I have a simple problem that I wasn't able to solve. I get xml from web service but I cannot use each them for string etc. variables or list.
Thread Thread_ = new Thread() {
...
0
votes
0answers
20 views
Complex Type Response Ksoap2
I have this response (envelope) for a complex object.
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
- <S:Body>
- <ns2:getPermissionsResponse ...
-2
votes
1answer
37 views
How to parse <strxml>String</strxml> 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
...
0
votes
0answers
81 views
Sending GUID ksoap2 on Android and .NET Wcf service
I Have problem with send guid (in complex object) from android (by ksoap2) to wcf service.
I implemented KvmSerializable and in this class have UUID.
Implementation looks like that:
public Object ...
0
votes
1answer
104 views
KSOAP2 Handling complex response (vector)
I'm struggeling on getting a complex type (list) out of my response for three days now, but always getting a ClassCastException
D/SOAPEnvelope(1552): Error: java.lang.ClassCastException: ...
0
votes
2answers
91 views
How can I make a ksoap2 call in async task?
I am a newbie on android development. I am trying to develop an application which will connect with .net webservice in order to retrieve data. I would like to make the ksoap2 call with async task. How ...
1
vote
0answers
89 views
Getting org.xmlpull.v1.XmlPullParserException for SOAP connection in BlackBerry
I am using ksoap2.jar in my application for webservice call.
While conneting, to the server it is giving the below error when i am testing using Wi-fi or simulator:
...
-1
votes
1answer
42 views
string parsing to get an attribute java android
I am programming in android and I am getting some xml data through SOAP which I am placing in a string object. Now I want to get all the id's from and put them in an array. How do I do that ??????
...
0
votes
0answers
78 views
How to call multiple webservices in the same activity
I am new to Android and working on calling multiple web services in one Activity in different AsyncTask. If I call two web services in same activity it gives me that server connection is not close. ...
0
votes
0answers
77 views
Web service denying a passed string, on Android with KSoap2
I'm creating an Android application that communicates with a SOAP web service, and I'm using KSoap2 to do it. KSoap 2 has been functional (though a little unreliable at times) for the calls I make, ...
0
votes
0answers
32 views
Android: Issue working with SoapObject
I know this may be a trivial question, but I'm going crazy.
Considering this three code lines:
SoapObject Request = new SoapObject(NAMESPACE,"method");
Request.addProperty("idService", 111);
int id ...
0
votes
1answer
86 views
Error in getting a response from web service
I created an Android app which must connect to a web service (created by me), which stores in a database (hosted in a site of free hosting). The web service takes latitude, longitude and text to store ...




