-
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
-
Were you able to solve your problem? I am currently running into the same problem trying to call a WS running on a Nokia N800 Internet Tablet from a Linux desktop. It seems that for some reason the response is not well accepted by the Client that sends the kSOAP2 request. Any new results on this? I will appreciate it.
Thanks.
2009-09-15 06:25:48 UTC by kypriakos
-
And to add a bit more to the issue, the error I get when I run the kSOAP2 client on the actual client device (instead on a remote machine as I showed in the previous email) I get the following error and instead the Web Service is not called - the client code is the same in both cases !
org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://www.w3.org/2001/12/soap-envelope}Envelope...
2009-09-15 06:10:21 UTC by kypriakos
-
Hi all
I build a simple kSOAP2 client to access a remote Web Service running in an OSGi container (published through a ksoap-osgi bundle). The SOAP msg is generated correctly and I can see the msg on the remote side calling the service, however I get this on the Client side. Any ideas?
response:
org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT null@1:0 in...
2009-09-15 04:42:27 UTC by kypriakos