Save incoming/outgoing XML messages from webservices

0
Is it possible to save the XML messages which are used by integration webservices? I know you can view these messages in the modeler if you set the log-level to trace for the Webservices log-node but I would like to have them saved in a enitity (or the server's log file is also OK). Does anyone have an idea?
asked
2 answers
1

Sure, you can implement your own log subscriber and do whatever you want with the log lines, including saving them to an entity. I think there is some app store module that does this already.

Note this may have a performance impact though, especially if you do inserts for every single request.

answered
0

Thanks for the super quick response Bas. I'm in the right direction now :)

answered