I was wondering if it would be possible to capture any events/log related to a web service execution bound to a service task. I am trying to monitor the web service behaviour through Activiti engine.
I understand that activiti listners can be used to catch events related to a service task bound to a web service running in the back ground such as activity start and end event. Is there any way I could get an event for information exchange between two web services. I am exploring this for my research on monitoring web services using Activiti. I hope this will help to understand what I am looking for.