Xml – SoapFault – faultcode: ‘soap:Server’ faultstring: ‘Server was unable to process request. —> Object reference not set to an instance of an object

ksoap2web servicesxml

I am not able to get the response from the web-service it showing the fault code as soap:server and fault string as server was unable to process the request

02-22 12:41:08.008: W/System.err(860): SoapFault – faultcode:
'soap:Server' faultstring: 'Server was unable to process request. —>
Object reference not set to an instance of an object.' faultactor:
'null' detail: org.kxml2.kdom.Node@413ecc90

Best Answer

  • check if the method name is correct.
  • check if all params are added.
  • check if all param names are correct (including case sensitive).
Related Topic