Products | Versions |
---|---|
TIBCO Data Virtualization | TDV 7.0.6, All Versions, |
I would like to see the request (header and body) sent from a RESTful data source to the client web service.
I have enabled LOG request/response property but there isn't anything there, and I can't find anything in any other log.
You could see all details requests and responses logs sent from a RESTful data source after do following changes in log4j:
1)Enable ' log4j.logger.httpclient.wire.header=DEBUG
log4j.logger.httpclient.wire.content=DEBUG ' in log4j.properties.
2) Add log4j.logger.com.compositesw.cdms.ds.rest=DEBUG in log4j.
If you want to check REST logs at CIS server side, currently we only support HTTP headers log after enable /Server/Echo HTTP request header/Echo HTTP request header. By Default,We do not support to see REST response content at server side because REST responses are returned in streaming mode. So you will have to enable the above mentioned entries in the log properties file.