0
votes
1answer
18 views
WCF autogenerate FaultContracts
We have many WCF services, we have not been using contract first. So now we have a lot of code that throws exceptions, that are not specified in the FaultContracts.
Other than manually inspecting the …
0
votes
1answer
58 views
svcutil fails against service with a fault contract
We have a WCF self hosted service which we have been developing for awhile. As part of our standard we have defined a FaultContract which we apply to operations.
Recently we needed to add a new …
0
votes
2answers
90 views
WCF: Same Faultcontract on many methods
Take for example a project with 10 services and 20 methods on each service.
All services inherit from a base services which has a security check. The first thing each method does is to make a call to …
