Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为了能够调试它们,我想查看从我的 Axis Web 服务发送/接收的 SOAP 消息。
托管服务器是 Tomcat。
如何启用所有 SOAP 请求/响应的日志记录以及日志文件存储在哪里?
如果要记录 SOAP 消息,则需要创建自定义处理程序。处理请求/响应时会调用轴处理程序,因此您只需注册自己的。以下是如何记录消息的示例。
如果要将消息写入文件,例如可以使用 Log4j。如果您只想调试消息,还可以使用Apache TCPMon之类的东西。