Open GoogleCodeExporter opened 9 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
Original issue reported on code.google.com by
qin...@gmail.com
on 20 Nov 2013 at 1:59