java - How to store Jboss web service requests -


i'm using jboss 6 , need store incoming/outgoing web service requests(soap). know jboss allows log web service messages, want store them in database without going through log file. idea how may that? many thanks!

i don't have experience jboss. i'd think treat these requests application data. means map them database via persistence api.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -