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