-
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 in kSOAP2
-
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 in kSOAP2
-
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 in kSOAP2
-
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 in kSOAP2
-
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 in kSOAP2
-
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 in kSOAP2