After upgrade to spring boot 2.0/cxf 3.2.6, all soap messages logged do not
contain the request/response ID any more.  REST messages still logged with
IDs.  Both cxf-spring-boot-jaxrs and cxf-spring-boot-jaxws are used in
classpath.

In the past, the log looked like:

2018-11-16 16:44:54.017 [Camel (camel-1) thread #20 - timer://test]
*LoggingOutInterceptor - Outbound Message*
---------------------------
*ID: 1*
Address: https://...
Http-Method: POST
Content-Type: text/xml
Headers: 
Payload: 

But now, the log looks like (note. there is no *ID:* ...):
2018-11-16 16:44:58.474 [qtp488208812-51] *REQ_IN - REQ_IN*
    Address: https://...
    HttpMethod: POST
    Content-Type: text/xml;charset=UTF-8
    Headers: 
    Payload: 

Any help will be greatly appreciated.



--
Sent from: http://cxf.547215.n5.nabble.com/cxf-user-f547216.html

Reply via email to