I have been struggling for hours trying to build the correct SOAP request using ksoap2 for Android with no luck. The ideal request looks like this:
set
envelope.implicitTypes = true;
and DO NOT set
envelope.setAddAdornments(false)
this worked for me.