Mandy Warren created CXF-5605:
---------------------------------

             Summary: HttpMethod does not get logged when using local transport 
with Soap services
                 Key: CXF-5605
                 URL: https://issues.apache.org/jira/browse/CXF-5605
             Project: CXF
          Issue Type: Bug
          Components: JAX-WS Runtime
    Affects Versions: 2.7.10
            Reporter: Mandy Warren
            Priority: Minor


I have overriden LoggingInInterceptor and access the httpMethod as follows:-

    @Override
    protected String formatLoggingMessage(LoggingMessage loggingMessage) {
        ...
        String httpMethod = loggingMessage.getHttpMethod().toString();

The value of the variable is always null when running against a Soap service 
using local transport. It prints fine when running against a Rest service.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to