simpligility / ksoap2-android

ksoap2-android - SOAP support for Android

Home Page:http://simpligility.github.io/ksoap2-android/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't see generated XML in Log

Luckygirlllll opened this issue · comments

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?

You will have to debug this yourself and find out.