What is the easiest / best way to intercept calls to a web service?
I've got a situation where a web application is calling another applications web services, i.e. a point-to-point integration. The problem is I have no (or at least very limited) control of the applications, but I need to know what actions are occurring.
I'm looking at the "Wire Tap" pattern at Gregor Hohpe, but don't know how to create it
EDIT: this is for creating a component, rather than using a tool like Fiddler