I tried to user FluidValidation over WCF services. I had couple of issues when I returned ValidationResult from my Save method
-
When I try to access the result from UI, property names under ValidationResult.Errors were skewed. In the UI, I see ErrorMessagek__BackingField and PropertyNamek__BackingField instead of just ErrorMessage and PropertyName.
-
I could not use the save method over WCF test client. Method is disabled with the message "This operation is not supported in WCF Test client " because it uses type FluidValidation.Results.ValidationResult".