P
Peter Judge
Guest
In 11.6+, the log-manager controls debug logging. Something like the below will suffice. log-manager : logfile-name = session : temp-dir + 'test_create_img.log' . log-manager : logging-level = 5 . log-manager : clear-log (). You need a log-level of 5+. In 11.5.1 it's the DEBUG-ALERT flag. Both approaches put at least 2 files in the session:temp-dir: request-raw.txt and response-data-received.txt which contain the data that's on the wire (no processing is applied so you may see lots of NULLs).
Continue reading...
Continue reading...