I have 2 solutions: - Server Solution - Client Solution
The server registers itself to my localhost IIS: http://localhost/MyApp/
The client adds WCF Servic
Is your service SOAP or RESTful? You can use the WCF Service Trace Viewer Tool to view the SOAP message headers and bodies. Instructions for configuring your web service for tracing are here.