Sidebar

How do you configure QIE to produce additional logging for Web Service calls?

+2 votes
1.1K views
asked Jul 8, 2013 by ron-s-6919 (4,480 points)
reshown Aug 11, 2021 by ben-s-7515
I need to see the entire HTTP request that was sent and/or the entire HTTP response that was received.

1 Answer

+3 votes
 
Best answer
The full HTTP request and HTTP response are logged to the QIE log at a DEBUG log level.  To access these logs from the test window, select the "Test Log and Caches" button, then locate the log messages as follows:
 
 
 
If you want to see these logs from a running channel, place the channel into debug mode by selecting the "Enter Debug Mode" button from the channel status page.  You will select how long the channel will remian in debug mode.
 
Once the channel is running in DEBUG mode, it will log the full HTTP request and HTTP response to the message logs, you can then open the message detail dialog on any completed message and review the logs for that message.
 
 
answered Jul 8, 2013 by ron-s-6919 (4,480 points)
edited Aug 11, 2021 by ben-s-7515
...