How can I log with Log4J SOAP request and response in AXIS 1.x?

前端 未结 6 1660
轮回少年
轮回少年 2020-12-13 21:20

I am having the next problem:

I want to log the SOAP requests/responses that land on my web service (server side). Trying to configure my web service in the wsdd fil

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-13 21:34

    Save this file as "client-config.wsdd" in the working directory as you do for log4j.properties .

    If you don't want to alter any code and debug your axis web service client, you can follow this method to log all incoming and outgoing soap messages.

    
    
    
        
    
    
    
        
            
        
        
            
        
    
    
    
    
    
    

提交回复
热议问题