I have a WCF service that Authenticate user, if the authentication fails I need to send a response back to client as a XML with Status code and status Message. I am not sure how to create response back to client in WCF?
Go to the complete details ...