-
When I try the Link to wiki, it come´s an php-function error. (http://ksoap2.seigel.info/)
2009-12-10 08:09:23 UTC by nobody
-
Hello, please help me! I am beginner and I'm trying to run this code, but does not work. I must send three parameters of type "String". The webservice returns me a parameter of type "String". The error returned is:
org.ksoap.SoapFault
at org.ksoap.transport.HttpTransport.call(HttpTransport.java:269)
at LojistaMopis$ConnectionThread.run(Lojista.java:769)
Erro:
2009-11-23 14:24:24 UTC by dsavia
-
I've just made a KSoap and PHP tutorial here: [tutorial][1]
[1]: http://www.petetracey.com/2009/11/ksoap-with-php-tutorial/.
2009-11-22 09:28:42 UTC by pjjt
-
Hi,
I know it is possible to integrate with Ksoap2 WebService. Net (asmx).
Now I wonder if it is possible to integrate Ksoap2 with WCF Web Service (file extension svc) .
2009-10-19 16:10:21 UTC by bayron
-
Hi
I know its possible to return a dataset <u>from</u> a dotNet webservice, but is it possible to pass a dataset <u>to</u> a dotNet webservice using KSoap2?
I have tried creating a parameter (using addProperty) with basic xml of a dataset structure.
I have also captured the xml generated in a soap request from a dotNet application that can pass a dataset in as a...
2009-10-19 09:10:47 UTC by davegracie
-
Hello Kypriakos,
no, can´t solve it.
Another tests: [http://www.coderanch.com/t/459277/Java-Micro-Edition/Mobile/Ksoap-Error-expected-START-TAG#2049129][1]
regards.
[1]: http://www.coderanch.com/t/459277/Java-Micro-Edition/Mobile/Ksoap-Error-expected-START-TAG#2049129.
2009-09-29 12:14:37 UTC by totomurillo
-
It's not dead, but it could seriously use some help/assistance. There are a whole bunch of modifications (including preliminary WSDL support, inclusion of properties, and a bunch of other code that is sitting in patches) that need to be incorporated into the main release.
At the minute, I don't have much time to work on KSoap, and my motives are a little different from many of the other...
2009-09-25 21:29:04 UTC by ergouser
-
I posted a few questions a couple of weeks ago and all I can hear till now is crickets ... so this is a dead project? I invested some time learning ksoap2 and I was hoping to get some support but may be I am better off moving to REST or something away from SOAP else I will be left dry.
Cheers.
2009-09-25 20:54:26 UTC by kypriakos
-
Hi Scott,
have you ended up trying REST for mobile devices? I am sending a number of emails to this list today trying to figure out where I stand with kSOAP2. OSGi containers have a bundle called ksoap-osgi that acts as a server for WS on a mobile device. I wrote a kSOAP2 client to access these services but I am getting the XML:PullParser errors on the client side that are puzzling and are...
2009-09-15 06:36:06 UTC by kypriakos
-
So how did you solve this? DId you set the XML_PROCESS_NAMESPACES to true? I will appreciate any more info on this.
Regards.
2009-09-15 06:28:35 UTC by kypriakos