RE: opencmis java - logging CMIS services requests and responses

2015-12-07 Thread Lucas, Mike
l Message- From: Florian Müller [mailto:f...@apache.org] Sent: December 4, 2015 3:05 AM To: dev@chemistry.apache.org Cc: Lucas, Mike Subject: Re: opencmis java - logging CMIS services requests and responses Hi Mike, You can set org.apache.chemistry.opencmis.client.bindings.spi.http.DefaultHttpInvoker

Re: opencmis java - logging CMIS services requests and responses

2015-12-04 Thread Paul Santa Maria
JDBC. It ... | | | | View on www.soapui.org | Preview by Yahoo | | | |   | From: Florian Müller To: dev@chemistry.apache.org Cc: "Lucas, Mike" Sent: Friday, December 4, 2015 1:05 AM Subject: Re: opencmis java - logging CMIS services requests

Re: opencmis java - logging CMIS services requests and responses

2015-12-04 Thread Florian Müller
Hi Mike, You can set org.apache.chemistry.opencmis.client.bindings.spi.http.DefaultHttpInvoker to DEBUG. This logs the request URLs and HTTP headers, but not the request and response contents. But Fiddler should also work when your code is running on an integration server - at least for deb

opencmis java - logging CMIS services requests and responses

2015-12-03 Thread Lucas, Mike
Hi, I am using opencmis java client and wondering if there is a way to "turn on" logging of the web services request and responses. I am using the AtomPub binding. When developing locally I fulfilled this need quite easily using Fiddler proxy, but now would like a way to do so for code running