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

前端 未结 6 1661
轮回少年
轮回少年 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:36

    Axis by default is checking for file client-config.wsdd. We need to keep this file in the location same as log4j.xml or log4j.properties. Log file will be generated at the location specified on log handeller. Ensure the folder structure exists.

    mukesh

提交回复
热议问题