[android-developers] Re: Problem using Ksoap2

2012-03-18 Thread Ed
FWIW I've tried using ksoap2 with wcf and it works until you get to complex classes and then it falls over on the namespaces. The best bet (if you can) is enable JSON on WCF and use GSON. Cheers, Ed On Mar 19, 4:03 am, "g...@deanblakely.com" wrote: > I'm trying to see if it is feasible to acces

[android-developers] Re: Problem using Ksoap2

2012-03-18 Thread hoeggi
looks like you forgot to add Internet permission in the manifest On Sunday, March 18, 2012 7:03:08 PM UTC+1, ga...@deanblakely.com wrote: > > I'm trying to see if it is feasible to access .Net WCF SOAP services > from an android client. I found a post at > > > http://naveenbalani.com/index.php/

[android-developers] Re: Problem using ksoap2 in Android

2009-10-12 Thread claudiotainen
Same problem here: org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT n...@1:0 in java.io.inputstreamrea...@4413ee) I wonder if you managed to solve it. If not, have you tried checking the xml soap request that is sent out of your client? I'm using androidHttpTr

[android-developers] Re: Problem using ksoap2 in Android

2009-10-12 Thread claudiotainen
Same problem here: org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT n...@1:0 in java.io.inputstreamrea...@4413ee) I wonder if you managed to solve it. If not, have you tried checking the xml soap request that is sent out of your client? I'm using androidHttpTr

[android-developers] Re: Problem using ksoap2 in Android

2009-10-12 Thread claudiotainen
Hi, I've got exactly the same problem... I'm using ksoap2 and I do manage to call some methods of my ws, but the parser keeps popping the same error when it tries to process a specific soap message: W/System.err( 2313): org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT