Windows Workflow Foundation 4.0 and WCF web service faults (soap fault)
- by Lygpt
In my Workflow Foundation 4.0 RC app I have a 'Receive' and 'SendReplyToReceive' WCF messaging pair that work fine with a simple request/response operation, but I'm having trouble attempting to perform validation on the request and reply with a fault.
In WCF I am able to create a throw custom fault contracts (which in turn sent out SOAP faults)…