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) but I just can't see how to achieve this with the built-in workflow messaging activities.
I can only seem to response with a data transfer object (I'm not even able to respond with a choice of object).
Any ideas? (Can you save my day yet again Maurice!?)
Thanks!