Incorporate an activity call to a first handler of inbound SOAP request
We want to make all inbound service soap xml requests irrespective the name of the service to be saved to the DB-table. We wanted to add a call of our custom logging activity to a single entry point for service soap requests handler, but we cannot find one.
Tracer did not help with the search as it traces the thread already after the inbound XML is parsed.