Florian, Thank you so much for your response, providing links to the documentation was very helpful.
First let me apologize if my original question didn't provide enough detail or if I didn't fully understand your response. In hindsight I should have mentioned that I already have a tool that runs server-side that can inspect http headers and slice the results and report appropriately. I believe the answer you gave me is a server-side solution. I am seeking a client-side property in the Client API for my clients to use to populate the "From" request header (or any other header) with self-identifying information. Thanks Again! Dave On Friday, September 5, 2014, Florian Müller <f...@apache.org> wrote: > Hi David, > > That is possible with a service wrapper on the server side. There is > sample code > [1] in OpenCMIS that shows how to do that. > Part 2 of the OpenCMIS Server Development Guide [2] covers the details. > > - Florian > > > [1] > > https://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-support/src/main/java/org/apache/chemistry/opencmis/server/support/wrapper/SimpleLoggingCmisServiceWrapper.java?view=markup > > [2] > > https://github.com/cmisdocs/ServerDevelopmentGuide/blob/master/doc/OpenCMIS%20Server%20Development%20Guide.pdf?raw=true > > > Hello Everyone, > > > > My goal is to count all of the incoming CMIS calls and then slice that > > information by who is making the calls. > > > > I was wondering if it is possible to achieve this goal without making any > > code changes to the Apache Chemistry CMIS Server Framework or Apache > > Chemistry CMIS Client API. > > > > For instance, can I use the existing Apache Chemistry Java Client API to > > set a value for the "From" request header? > > > > Thanks! > > Dave >