Can IIS be configured as a proxy and save the webservice SOAP payloads that pass through it?
Ideally the messages would be saved to the filesystem to be picked up by our test tool. We're setting this up for our test environment as a means to validate the messages passing through the system.
We've got a constraint around having to use IIS as opposed to other web server technologies that might offer a better solution.