See what XML is being serialized down the wire for a WCF Service

Posted by Burt on Stack Overflow See other posts from Stack Overflow or by Burt
Published on 2010-04-02T21:49:14Z Indexed on 2010/04/02 21:53 UTC
Read the original article Hit count: 275

Filed under:
|
|

I have a WCF service that I pass a lit of objects down from the server to the client, what I would like to do is to know what exactly is getting passed down to the client.

How can I see the unecrypted serialized payload that is sent over the wire?

© Stack Overflow or respective owner

Related posts about wcf

Related posts about wcfservice