Search code examples
visual-studiowcfwshttpbinding

Is is possible to inspect the actual XML data before it is encrypted with wsHttpBinding?


I have created a WCF proxy (with svcutil) that sends data to the server with wsHttpBinding. Is is possible to show the XML before it is encrypted to see the actual data/values?


Solution

  • Enable tracing for the service and view the logs it creates in the Service Trace Viewer.

    ETA: A handy tutorial.