Open GoogleCodeExporter opened 8 years ago
I think the service is returning an exception. You must cast to SoapFault to
see the error
if (envelope.bodyIn instanceof SoapFault)
{
final SoapFault sf = (SoapFault) envelope.bodyIn;
... // Stuff
}
Original comment by d.chap...@gmail.com
on 27 Jan 2015 at 4:35
The project is migrating to github. If you believe this issue is still valid
and should be tracked please file a new issue at
https://github.com/simpligility/ksoap2-android/issues
Original comment by mosa...@gmail.com
on 7 Aug 2015 at 5:35
Original issue reported on code.google.com by
qin...@gmail.com
on 20 Nov 2013 at 1:59