|
Description:
|
We don't call the consumer's callback handler today when a fault/error occurs on an InOnly route. This is appropriate for user faults, since technically there can't be one if it's not defined on the contract. Runtime faults, on the other hand, should be returned to give the consumer a chance to deal with the error. For example, a file service binding would spool the message into an error directory instead of just considering it successfully processed.
|