private SoapSerializationEnvelope getEnvelope(SoapObject soapObject){
SoapSerializationEnvelope envelope =
new SoapSerializationEnvelope(SoapEnvelope.VER11);
envelope.bodyOut = soapObject;
nvelope.dotNet = true;
envelope.setOutputSoapObject(soapObject);
return envelope;
}
If Envelope is it, Data flow had 2MB, but....
"envelope.bodyOut = soapObject;" Delete it
Data flow has 1MB, Why it exists?
Just redundant?
Not had time to look at the source.
Please tell me, Thank you
Original issue reported on code.google.com by sljjyy...@gmail.com on 10 Mar 2014 at 9:33
Original issue reported on code.google.com by
sljjyy...@gmail.com
on 10 Mar 2014 at 9:33