using addMapping without the “i:type=” attribute in ksoap2 for android
问题 I am using the envelope.addMapping function in ksoap2 and I need to make it generate items with no i:type attribute. This is the soap request my code generates <v:Envelope xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:d="http://www.w3.org/2001/XMLSchema" xmlns:c="http://www.w3.org/2003/05/soap-encoding" xmlns:v="http://www.w3.org/2003/05/soap-envelope"> <v:Header> <ApiKey xmlns="urn:example:data">APIKey</ApiKey> </v:Header> <v:Body> <CreateScan xmlns="urn:example:services" id="o0"