views:

43

answers:

0

I have a .NET VB web app that talks to a remote web service on my clients servers. Sometimes we receive an error message from the remote service that is generic and does not tell us what is wrong. I want to be able in those circumstances "save, copy, etc" the SOAP request XML and send it in an email to their programmers.

Is this not a problem for a ton of developers? Are there some security concerns that are preventing an easy solution?

I am looking for something other than the following: 1. Fiddler (or any downstream capture software) 2. SoapExtensions (this is where I have spent most of my time but I still can't get this to be useful)

Please HELP!