Web service log when calling to xcenter
Hi,
We are using xstore 18.0.3.
In the soap.log file we can see the calls made to xcenter and the responses but the responses do not contain the body.
e.g:
2021-12-17 21:05:56,606 Calling GET query service
2021-12-17 21:05:56,618 1 * Sending client request
1 > Accept:
2021-12-17 21:05:58,215 1 * Client response received
1 < 200
1 < Cache-Control: no-store
1 < Content-Encoding: gzip
1 < Content-Length: 470
1 < Content-Type: application/json
1 < Server: Jetty(9.4.18.v20190429)
1 < Strict-Transport-Security: max-age=31536000
We can see that the response is successful as it has code 200, but we want to see the content of it (in this case the work orders retrieved from xcenter), is there any way to do it?