How to remove "VsDebuggerCausalityData" data from SOAP message?

Posted by scottmarlowe on Stack Overflow See other posts from Stack Overflow or by scottmarlowe
Published on 2008-08-28T17:38:07Z Indexed on 2010/06/18 1:03 UTC
Read the original article Hit count: 1720

Filed under:
|
|
|

I've got a problem where incoming SOAP messages from one particular client are being marked as invalid and rejected by our XML firewall device. It appears extra payload data is being inserted by Visual Studio; we're thinking the extra data may be causing a problem b/c we're seeing "VsDebuggerCausalityData" in these messages but not in others sent from a different client who is not having a problem. It's a starting point, anyway.

The question I have is how can the client remove this extra data and still run from VS? Why is VS putting it in there at all?

Thanks.

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about web-services