benoffi7/ksoap2-android

bodyOut or setOutputSoapObject or all?

Closed this issue · 1 comments

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

Look at the API docs and code first. 

Original comment by mosa...@gmail.com on 18 Mar 2014 at 3:46

  • Changed state: WontFix