Closed Luckygirlllll closed 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?
You will have to debug this yourself and find out.
Hi, I'm using this code to see generated xml in the Log, but I see just empty string there.
What I'm doing wrong? Why generated xml don't display?