ksoap2 Questions
2
Solved
I have a WCF service that receive and returns comples objects and I need to call it in Android. I have readed a lot of how to work with Ksoap and at the moment my app is calling the WCF service but...
Baliol asked 12/8, 2020 at 12:8
4
I'm new to web service using jax-ws. I was starting to implement it based on some kind of tutorials over the web. Moreover, I was trying to access that service through my android client so I was ca...
2
I have a function in my android code which send data to the web service using KSOAP. I am able to send data to the service, but sometimes I get an exception: "SSLException I/O error during system c...
Rhodonite asked 27/3, 2014 at 10:23
8
Solved
I'm trying to make kSOAP working in my Android project with Gradle.
This is my project's build.gradle file:
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.androi...
7
Solved
I'm having a problem trying to send an array of ints to a .NET web service which expects an array in one of the arguments. That's at least what I understand from the API description on the web serv...
Cavalryman asked 9/2, 2011 at 22:31
2
Solved
I am facing some weird problem, Only my application is not working when I switch to 3G service(With proxy) but it is working great in WIFI and 3G(without proxy).
Default proxy and port given by m...
6
I'm using Eclipse IDE to develop an android app. I'm trying to connect to a .net webservice. I'm using ksoap2 version 2.3
When I'm calling a webmethod with no parameters, it works fine. When I co...
Canula asked 21/1, 2010 at 10:46
1
Solved
kSOAP2 refuses to parse a SOAP response I'm getting because it contains 2 elements with the same id value.
The thing is that in the XML Schema, this id is of type anyURI, not xs:ID, so it doesn't h...
2
Solved
I am using KSoap2 for calling web-services for my Android app. I am using following code to call the web-service.
SoapObject request = new SoapObject(NAMESPACE, METHOD_NAME);
request.addProperty("...
Reconnaissance asked 27/6, 2011 at 13:40
1
I've just came across to ksoap2 for using my own asp .net webservices in android apps.
I've found few great resources over internet and I've implemented my webservice in android app.
Following is ...
Catchweight asked 1/3, 2011 at 13:19
1
I want to build a soap request using KSOAP2 for android application. how to create a request for the given below soap request.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/e...
Boatman asked 10/7, 2018 at 1:11
0
I encounter a lot of difficulty when using a Soap request in my android app. I use Ksoap2 library. I already created a post about it where you can see my code here
I try modify my constant like th...
1
2
Solved
I'm trying to upload a complex object to a WCF webservice using KSoap2 Android and having some difficulty doing this. I have achieved successful calls to the webservice when I use SoapUI and fill i...
Aboutface asked 6/3, 2012 at 16:16
3
I already tried reading the internet about my issue, but I could not find the right information I need, so I try to explain my issue:
I am using kSoap2 to "talk" to a webservice over SOAP.
To gene...
Nils asked 24/4, 2012 at 21:20
2
Solved
I want to create soap envelope with security header in android using ksoap2. My code of android is as...
import org.ksoap2.SoapEnvelope;
import org.ksoap2.SoapFault;
import org.ksoap2.serializatio...
2
Solved
I have few problems with Web Services and KSoap library. I searched this topic before asking but couldn't find anything.
Here is the question : I have an url like http://www.anyting.com/bulkServi...
Blanchard asked 2/7, 2012 at 13:57
2
Solved
I have done a simple project to call wcf web service using ksoap2. But when it calls
envelope.getResponse();
it gives error saying ————–
“SoapFault – faultcode:
‘a:ActionNotSupported’ faultstri...
2
I am using ksoap lib to call the webservice . In some cases service run correctly but in a case it gives Host name was not verified
below is my code for calling webservice.
HttpTransportSE httpT...
Euchromatin asked 3/10, 2013 at 11:12
3
Hello i am developing an Android app which uses Magento as the backend and i am using SOAP webervice of magento, I have added all the product , customer and customer address information to the cart...
Jurgen asked 26/10, 2015 at 7:36
2
Solved
I have an application that is using ksoap2 library, everything working fine but when exporting application from Eclipse, it shows this
Proguard returned with error code 1. See console
Note: there ...
2
In short, my application works for longer than year now. I have 100000+ downloads, and only recently the problems with my soap web services started to occur. If two or more devices are connected to...
Recessional asked 4/7, 2013 at 21:4
4
Solved
Below is my code, which I have written to validate user log in credentials. The web service written using .net
private static final String SOAP_ACTION = "http://tempuri.org/getCredentials";
priva...
Seventieth asked 14/9, 2012 at 18:37
5
Solved
Apparently this is a fairly often experienced issue. I'm not sure entirely where the problem lies, or what needs to be adjusted, but for the life of me I cannot retrieve anything other than a NULL ...
Koblick asked 27/11, 2010 at 4:12
3
Solved
App crashing on Android Lollipop when calling web service using ksoap.
Please see error log
java.lang.NoSuchFieldError: No instance field headerOut of type [Lorg/kxml2/kdom/Element; in class Lorg...
Monck asked 5/2, 2015 at 8:42
1 Next >
© 2022 - 2024 — McMap. All rights reserved.