ksoap2 Questions
1
Solved
I am trying to use ksoap2 to access methods in a wcf soap service from android.
I was able to successfully pass simple type parameters to the method, it worked fine.
But when I try to pass objects,...
1
I want to create soap services and call from android Phone gap..I dont know where to start from...can any one say regarding this...
can anyone refer me any sample tutorial or an example to do so.....
Poi asked 29/9, 2012 at 5:11
3
Solved
I've used KSOP2 in my project and it worked all these days. Recently I bought a new machine and moved my project to new machine and imported the ksoap library to project etc etc and when I try to r...
Elagabalus asked 26/3, 2012 at 5:1
3
Solved
I got this no class def error: org.ksoap2.serialization.SoapObject error ever since I have updated Eclipse ADT Plug in and SDK Manager. I was using ksoap2-android-assembly-2.4-jar-with-dependencies...
1
Im trying to make a call to a java web service using ksoap2. I am using the ksoap2-android-assembly-2.6.5-jar-with-dependencies.jar and Android API level 8.
Activity Code:
private static final S...
Swope asked 12/6, 2012 at 12:24
1
I am using Ksoap2-Android for consuming the WCF Services.
For the dotnet client we keep the allowCookies="true" in our binding configuration and it sends the same sessionid and keeps my sessions i...
2
Solved
I'm using Ksoap2 version 2.5.4 in my maven enabled android Project. Any reference to the Ksoap specific classes is throwing this exception
04-18 20:35:15.429: ERROR/dalvikvm(626): Could not find c...
2
I am totally new to Web Feature Service (WFS) but I want to build an Android application with ksoap2-android on top of an API publishing its data via WFS. I would like to request data from the API ...
Singleminded asked 11/2, 2012 at 1:39
1
Solved
I am calling a .NET webservice using ksoap2 in android and i get a response someting like this
anyType{NewDataSet=anyType{string=77777}; how can i parse this. please help!
Remsen asked 30/1, 2012 at 17:36
2
Solved
I am a begginer in android,here I have activity that use web service:
SoapObject request = new SoapObject(NAMESPACE, METHOD_NAME);
GetBoundData val = new GetBoundData() {
};
PropertyInfo pi = ...
2
can ksoap2 pass an enum to webservice?
there is a wcf webservice:
[OperationContract]
string TestEnum(CodeType code);
CodeType is dotnet enum:
public enum CodeType
{
[EnumMember]
ALL,
[E...
1
Solved
in android I am getting the following error:
NativeStart.main(String[]) line: not available [native method]
my code is trying to use webservices:
import java.io.IOException;
import android.a...
Boddie asked 21/10, 2011 at 19:23
2
Solved
I need to set the soap header information as part of authentication of a web method. I'm using ksoap2 API to call .NET web service. Here is the soap header with request.
<soap:Header>
<D...
1
Solved
I want to send an object, SBNInloggBegar, to a WCF web service. SBNInloggBegar contains the objects SBPBegar and SBPInloggning, which in turn contain a number of strings. SBPInloggning also contain...
Baseball asked 12/5, 2011 at 15:5
1
Solved
I am using the envelope.addMapping function in ksoap2 and I need to make it generate items with no i:type attribute.
This is the soap request my code generates
<v:Envelope xmlns:i="http://www...
Reticulation asked 23/3, 2011 at 18:39
1
Solved
I am using ksoap2 to create a user registration application in Android.
When I send request to the server and there is no response within 10 seconds I want to prompt the user with a "Try again" me...
Ulises asked 23/3, 2011 at 4:22
1
Solved
I created an NTLM authenticating SOAP client based on KSOAP-Android and JCIFS. The implementation looks something like this:
public class NtlmServiceConnection implements ServiceConnection
{
pub...
© 2022 - 2024 — McMap. All rights reserved.