How to remove i:type=“d:string” from PropertyInfo of SOAP in KSOAP2 Android
问题 I am using ksoap2-android-assembly-3.0.0-jar-with-dependencies.jar I am working on a project where i need the following soap request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:mod="http://www.tmforum.org/xml/tip/model" xmlns:cust="http://www.tmforum.org/xml/tip/customer/cust"> <soapenv:Header/> <soapenv:Body> <mod:listProblemsRequest> <!--Optional:--> <mod:customer> <cust:iD >1100000677</cust:iD> </mod:customer> </mod:listProblemsRequest> </soapenv:Body