WebServiceOutput not accepted inside FaultHandler
WCF and WF
1
Posts
1
Posters
1
Views
1
Watching
-
I have a WebServiceInput control then an IfElse branch. In my elseBranch, I have the WebServiceOutput, at the same time, I added a FaultHandler in the same branch. Is it possible not to literally throw the exception to the client ? I just want to populate my (ReturnValue) with the error message having added a Code (or WebServiceOutput (which is not accepted)) inside FaultHandler. Please help. Thank you.
Gerri