I have a WCF Service that should not enter the faulted state. If there\'s an exception, it should be logged and the service should continue uninterrupted. The service has a
Exceptions will fault the proxy. You can't AFAIK do much about that: don't cause exceptions ;-p
I'm a little surprised that one-way is still causing a problem, but for swallowing in general, there are 3 aspects:
are you "using" the service object? I've just blogged on this exact subject... basically, your "using" can swallow the exception. 3 options: