henil_shah
7 years agoContributor
Want to see whole Json response of API while running through Jenkins
When I do console output, I only see the request URL and Response status code in jenkins. Do I have to do anything more to see full Raw request and Raw response in Jenkins?
Currently, I'm getting. I need the full raw request and raw response.
Sending request: POST xx/xxx/xxx HTTP/1.1
21:18:36,317 DEBUG [SoapUIMultiThreadedHttpConnectionManager$SoapUIDefaultClientConnection] Receiving response: HTTP/1.1 201 21:18:36,317 DEBUG [HttpClientSupport$SoapUIHttpClient] Connection can be kept alive indefinitely 21:18:36,356 INFO [SoapUITestCaseRunner] Assertion [Valid HTTP Status Codes] has status VALID 21:18:36,358 INFO [SoapUITestCaseRunner] Assertion [Script Assertion] has status VALID