开发者

How to store Jboss web service requests

开发者 https://www.devze.com 2023-03-05 03:48 出处:网络
I\'m using Jboss 6 and need to store any incoming/outgoing web service requests(soap). I know Jboss allows you to log any web service messages, but I want to store th开发者_StackOverflow社区em in a d

I'm using Jboss 6 and need to store any incoming/outgoing web service requests(soap). I know Jboss allows you to log any web service messages, but I want to store th开发者_StackOverflow社区em in a database without going through a log file. Any idea how I may do that? Many thanks!


I don't have experience with Jboss. But I'd think that you could treat these requests just like any application data. This means you could map them to database via a persistence API.

0

精彩评论

暂无评论...
验证码 换一张
取 消