Description
The LoggingInInterceptor and LoggingOutInterceptor do not log the HTTP method being used. I think it would be useful to log this, especially for REST services where its common to use alternative HTTP methods (PUT, POST, GET) compared to SOAP where it's pretty much always a POST.