简体   繁体   English

如何使用Java自动将肥皂的请求和响应保存在DB中?

[英]how to save soap request and response in DB automatically using Java?

how to save soap request and response in DB automatically using Java? 如何使用Java自动将肥皂的请求和响应保存在DB中? I need some guide of how doing that. 我需要一些指导。 I know that I have to use Axis to capture the SOAP messages but how to save them in the DB? 我知道我必须使用Axis来捕获SOAP消息,但是如何将它们保存在DB中?

You could use spring-integration to join together the xml flows as pipelines. 您可以使用spring-integration将xml流作为管道连接在一起。 It'll also help with the soap ports. 它还有助于肥皂端口。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM