DBServer6668 / ksoap2-android

Automatically exported from code.google.com/p/ksoap2-android
0 stars 0 forks source link

bodyOut or setOutputSoapObject or all? #184

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Look at the API docs and code first. 

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