simpligility / ksoap2-android

ksoap2-android - SOAP support for Android
http://simpligility.github.io/ksoap2-android/
Other
543 stars 247 forks source link

Can't see generated XML in Log #98

Closed Luckygirlllll closed 8 years ago

Luckygirlllll commented 8 years ago

Hi, I'm using this code to see generated xml in the Log, but I see just empty string there.

httpTransport.debug = true;
httpTransport.call(SOAP_ACTION, envelope);
AppLog.e(httpTransport.requestDump);
AppLog.e(httpTransport.responseDump);

What I'm doing wrong? Why generated xml don't display?

mosabua commented 8 years ago

You will have to debug this yourself and find out.