I am calling a web service in android project using ksoap2.
I am receiving WS exception like below . Which is expected result for the input I am passing.
SoapFault - faultcode: 'soapenv:Server' faultstring: 'test.exceptions.WsException' faultactor: 'null' detail: org.kxml2.kdom.Node@5ebf64f
There is errorCode and errorMessage in detail field. But I am having problem while parsing it. Can anyone help how can I parse it.
Thanks
I solved it like below by handling in exception.