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?
Enable tracing for the service and view the logs it creates in the Service Trace Viewer.
ETA: A handy tutorial.