The fault exception (i.e.FaultException) thrown from the WCF service in the WF 4.0 is getting converted to the generic FaultException (System.ServiceModel.FaultException). But, when I consume the same WCF service in a Console application or asp.net application will get the correct fault exception (i.e. (FaultException)) thrown.
In the workflow(4.0) i need to catch the same Non-generic fault exception (FaultException) thrown from the WCF.
Does anybody know how to resolve this?