How to log Apache CXF Soap Request and Soap Response using Log4j?

前端 未结 10 1024
谎友^
谎友^ 2020-11-29 19:07

I am using the Apache CXF Framework. Inside my client program, I need to log CXF SOAP Requests and SOAP Responses. When I used



        
10条回答
  •  渐次进展
    2020-11-29 20:01

    In your spring context configuring below would log the request and response soap messsage.

    
        
    
    
    
        
            
        
    
    

提交回复
热议问题