I have an ASMX web service and I have a couple of methods that in their original implementation were of return type bool.
What would the proper way of returning an error to the client? Currently they just return false. Is there a way to return a more complex type that would inform the client of an issue such as a null value passed for a required parameter?