Logging WCF
If you have a WCF solution it is quite easy to log the calls. (probably not always but it worked for me)
I used http://stackoverflow.com/questions/9232819/wcf-tracing-seems-to-be-truncating and http://msdn.microsoft.com/en-us/library/ms730064.aspx as info.