I have 2 solutions: - Server Solution - Client Solution
The server registers itself to my localhost IIS: http://localhost/MyApp/
The client adds WCF Servic
Look at this StackOverflow thread: How to use Fiddler to monitor WCF service
It answers some of your questions. you can also use something like WireShark if you want to examine everything on the wire rather than set up a Proxy, as Fiddler does.