1
vote
.NET Log Soap Request on Client
There are many options you can use. There are certainly some commercial tools for this (like SOAPScope), but if you're just looking to capture the raw contents of the requests/responses there are s …
4
votes
What is the best way to download all of the WSDL files exposed by a WCF service?
If you own the service, another interesting option you could explore is using Christian Weyer's FlatWSDL …
2
votes
WCF Encryption solution for App.config viewable to a client?
I'm guessing option 1 is probably your best bet. That said, I do wonder if it's worth it (assuming you don't have anything really sensitive on the config file, like credentials or anything else). R …
3
votes
ServiceHost message receive event?
As far as I know, there isn't such an event at the service host level directly. Could you explain what you're trying to accomplish?
Normally, if you've got any processing that must be done …
1
vote
Consuming WCF self-hosted service from another machine.
Have you made sure that you don't have the firewall service running and blocking those requests? You might need to specifically add an exception rule for your custom host application (or tcp port) …
