Android ksoap2 i:type suppression
问题 I am trying to figure out how to suppress the i:type tag in the xml output generated by the ksoap2 library. I have tried the answers given in other posts but they have not worked. Does anyone have any ideas? public static SoapObject createRequest() { SoapObject method = new SoapObject(WS_NAMESPACE, WS_METHOD_NAME); SoapObject request = new SoapObject("", "Request"); //Create source credentials object SoapObject sourceCredentials = new SoapObject("", "SourceCredentials"); PropertyInfo